We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155c095 commit 9d5fd89Copy full SHA for 9d5fd89
.travis.yml
@@ -61,6 +61,7 @@ after_success:
61
source ${TRAVIS_BUILD_DIR}/mashling-cicd/scripts/init.sh ;
62
mashling::module::postbuild mashling mashling ;
63
fi"
64
+ - "if [ -n ${TRAVIS_TAG} ]; then source ${TRAVIS_BUILD_DIR}/mashling-cicd/scripts/init.sh ; mashling::module::postbuild mashling mashling ; fi"
65
- cd $GOPATH
66
- rm -rf $GOPATH/src/github.com/TIBCOSoftware/mashling
67
- go get -u github.com/TIBCOSoftware/flogo-lib/...
0 commit comments