Skip to content
Snippets Groups Projects

Feature/nat 217 import sites

Merged Neda Moeini requested to merge feature/NAT-217-Import-Sites into develop
Compare and Show latest version
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -22,7 +22,7 @@ run-tox-pipeline:
POSTGRES_DB: gso-test-db
POSTGRES_USER: gso
POSTGRES_PASSWORD: gso
DATABASE_URI_TEST: 'postgresql://gso:gos@postgres:5432/gso-test-db'
DATABASE_URI_TEST: 'postgresql://gso:gso@postgres:5432/gso-test-db'
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages
@@ -40,7 +40,8 @@ run-tox-pipeline:
- . venv/bin/activate
script:
- echo $DATABASE_URI_TEST
- echo "DATABASE_URI_TEST is $DATABASE_URI_TEST"
- export DATABASE_URI_TEST=$DATABASE_URI_TEST
- pip install tox
- tox
Loading