Skip to content

Commit

Permalink
Remove hashbang
Browse files Browse the repository at this point in the history
Not needed anymore since #490
  • Loading branch information
Vlatombe committed Sep 12, 2019
1 parent 24a0485 commit 433a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kaniko.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
git 'https://github.com/jenkinsci/docker-jnlp-slave.git'
container(name: 'kaniko', shell: '/busybox/sh') {
withEnv(['PATH+EXTRA=/busybox:/kaniko']) {
sh '''#!/busybox/sh
sh '''
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=mydockerregistry:5000/myorg/myimage
'''
}
Expand Down

0 comments on commit 433a7dc

Please sign in to comment.