We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cefd6 commit f6f58deCopy full SHA for f6f58de
.travis.yml
@@ -22,5 +22,5 @@ before_install:
22
script:
23
- mvn package
24
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
25
- - ${HOME}/bin/s2i build inventory openshift/wildfly-101-centos7 $IMAGE_REPO:$TAG
+ - ${HOME}/bin/s2i build . openshift/wildfly-101-centos7 $IMAGE_REPO:$TAG
26
- docker push $IMAGE_REPO:$TAG
0 commit comments