File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ script:
61
61
- python manage.py test
62
62
63
63
after_success :
64
- - export USE_VERSION=1.2.2
64
+ - export USE_VERSION=1.2.3
65
65
- echo "Building Docker images with tag=${USE_VERSION}"
66
66
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
67
67
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ services:
85
85
volumes :
86
86
- /tmp:/tmp
87
87
- /opt/antinex/static:/opt/antinex/api/webapp/staticfiles
88
- - /opt/antinex/api/webapp/drf_network_pipeline/settings.py:/opt/antinex/api/webapp/drf_network_pipeline/settings.py
89
88
depends_on :
90
89
- postgres
91
90
- redis
You can’t perform that action at this time.
0 commit comments