Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arias-m authored Oct 17, 2023
1 parent 4e77926 commit 0a85455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pipeline {
semver = VERSION.printable()

sh """
/kaniko/executor -f `pwd`/api/Dockerfile -c `pwd` \
/kaniko/executor -f `pwd`/app/Dockerfile -c `pwd` \
--snapshot-mode=redo --use-new-run \
--destination ${env.ORG}/apibuilder-app:$semver
"""
Expand Down

0 comments on commit 0a85455

Please sign in to comment.