Skip to content

Commit

Permalink
Merge pull request #9 from zmailloux/zmailloux-patch-1
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
zmailloux authored Feb 20, 2019
2 parents 1656174 + c20df33 commit 183101b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ pipeline {
sh "jx step tag --version \$(cat VERSION)"
sh "gradle clean build"
// Also deloy it again as latest.
//sh "export VERSION=`latest` && skaffold build -f skaffold.yaml"
//sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)"
sh "export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml"
sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)"
}
Expand Down

0 comments on commit 183101b

Please sign in to comment.