Skip to content

Commit d40d38b

Browse files
committed
removing the settings from being mounted by default
1 parent b36e87b commit d40d38b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ script:
6161
- python manage.py test
6262

6363
after_success:
64-
- export USE_VERSION=1.2.2
64+
- export USE_VERSION=1.2.3
6565
- echo "Building Docker images with tag=${USE_VERSION}"
6666
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
6767
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi

secure.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ services:
8585
volumes:
8686
- /tmp:/tmp
8787
- /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
8988
depends_on:
9089
- postgres
9190
- redis

0 commit comments

Comments
 (0)