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 872d046 commit 940a1faCopy full SHA for 940a1fa
.travis.yml
@@ -61,7 +61,7 @@ script:
61
- python manage.py test
62
63
after_success:
64
- - export USE_VERSION=1.3.0
+ - export USE_VERSION=1.3.1
65
- echo "Building Docker images with tag=${USE_VERSION}"
66
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
67
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
0 commit comments