mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 04:48:05 +00:00
Merge branch 'master' of github.com:sartography/uva-covid19-testing-communicator
This commit is contained in:
commit
523b68978c
@ -21,7 +21,6 @@ install:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TESTING=true
|
- TESTING=true
|
||||||
- PB_ENABLED=false
|
|
||||||
- SQLALCHEMY_DATABASE_URI="postgresql://postgres:@localhost:5432/communicator_test"
|
- SQLALCHEMY_DATABASE_URI="postgresql://postgres:@localhost:5432/communicator_test"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -19,15 +19,8 @@ function branch_to_tag () {
|
|||||||
if [ "$1" == "master" ]; then echo "latest"; else echo "$1" ; fi
|
if [ "$1" == "master" ]; then echo "latest"; else echo "$1" ; fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function branch_to_deploy_group() {
|
|
||||||
echo "covid";
|
|
||||||
# if [[ $1 =~ ^(rrt\/.*)$ ]]; then echo "rrt"; else echo "crconnect" ; fi
|
|
||||||
}
|
|
||||||
|
|
||||||
DOCKER_TAG=$(branch_to_tag "$TRAVIS_BRANCH")
|
DOCKER_TAG=$(branch_to_tag "$TRAVIS_BRANCH")
|
||||||
|
|
||||||
DEPLOY_GROUP=$(branch_to_deploy_group "$TRAVIS_BRANCH")
|
|
||||||
|
|
||||||
echo "DOCKER_REPO = $DOCKER_REPO"
|
echo "DOCKER_REPO = $DOCKER_REPO"
|
||||||
echo "DOCKER_TAG = $DOCKER_TAG"
|
echo "DOCKER_TAG = $DOCKER_TAG"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user