Skip to content

Commit

Permalink
I did it, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
zmailloux committed Feb 19, 2019
1 parent 46c5003 commit c1627f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ 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=`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 c1627f7

Please sign in to comment.