Skip to content

Commit

Permalink
bug fix to .travis.yml for github tag operation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsdave committed May 3, 2016
1 parent e2bc8d3 commit f515ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ script:
- nosetests --with-coverage --cover-branches --cover-erase --cover-package cloudfeaster
- coveralls || true
- python setup.py sdist --formats=gztar
- if [ "$TRAVIS_BRANCH" == "master" ]; then ./dockerfiles/build-docker-image.sh -v -t "$TRAVIS_TAG" ./dist/cloudfeaster-*.*.*.tar.gz $DOCKER_USERNAME $DOCKER_EMAIL $DOCKER_PASSWORD; fi
- if [ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_TAG" != "" ]; then ./dockerfiles/build-docker-image.sh -v -t "$TRAVIS_TAG" ./dist/cloudfeaster-*.*.*.tar.gz $DOCKER_USERNAME $DOCKER_EMAIL $DOCKER_PASSWORD; fi

0 comments on commit f515ddf

Please sign in to comment.