fixing some errors while downloading docker images(retry)
This commit is contained in:
parent
a9adc18b88
commit
9b3be6a7a9
@ -33,7 +33,7 @@ before_install:
|
||||
- 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 mv docker-compose-without-login.yml docker-compose.yml; fi
|
||||
- if [ -z "$DOCKER_USERNAME" ]; then export ORACLE_Skip=1; fi
|
||||
- docker-compose pull --parallel
|
||||
- docker-compose pull --parallel --ignore-pull-failures
|
||||
- docker-compose up -d
|
||||
- npm install -g npm@5
|
||||
- npm install -g greenkeeper-lockfile@1
|
||||
|
Loading…
Reference in New Issue
Block a user