CI test
This commit is contained in:
parent
fcfe030775
commit
8f6b1a06f3
@ -34,6 +34,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
|
||||
- echo $images
|
||||
- docker-compose pull --parallel --ignore-pull-failures $images
|
||||
- docker-compose up -d $images
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user