Skip to content

Commit

Permalink
Merge pull request #344 from TIBCOSoftware/flogo-web-dockername
Browse files Browse the repository at this point in the history
For development we push to private flogo-web image
  • Loading branch information
lixingwang authored Mar 11, 2017
2 parents eed88f2 + 069772b commit bfce982
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-web flogo-docker;
flogo::module::postbuild flogo-web flogo-web;
fi"

0 comments on commit bfce982

Please sign in to comment.