fixing CI script
This commit is contained in:
parent
ec19745af7
commit
56fa71eeef
@ -32,7 +32,7 @@ before_install:
|
||||
- sudo service postgresql stop
|
||||
- if [ -z "$DOCKER_USERNAME" ]; then echo "DOCKER_USERNAME is unset"; else echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin; fi
|
||||
- if [ -z "$DOCKER_USERNAME" ]; then export ORACLE_Skip=1; else images=(${images[@]} oracle oracle_client); fi
|
||||
- if [ -n "$DOCKER_USERNAME" ]; docker-compose up -d ${images[@]}; fi
|
||||
- if [ -n "$DOCKER_USERNAME" ]; then docker-compose up -d ${images[@]}; fi
|
||||
- images=(mysql mariadb postgres mssql)
|
||||
- echo ${images[@]}
|
||||
- docker-compose pull --parallel --ignore-pull-failures ${images[@]}
|
||||
|
Loading…
Reference in New Issue
Block a user