Skip to content

Commit

Permalink
Travis: Add docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdhar-tibco committed Oct 4, 2016
1 parent b07b0a8 commit 32344a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ after_success:
- "if [ \"${TRAVIS_BRANCH}\" == \"master\" ]; then
docker login -u=\"${DOCKER_USERNAME}\" -p=\"${DOCKER_PASSWORD}\";
source ${TRAVIS_BUILD_DIR}/flogo-cicd/scripts/init.sh ;
flogo::module::postbuild flogo-lib ;
flogo::module::postbuild flogo-lib flogo-lib ;
fi"

0 comments on commit 32344a9

Please sign in to comment.