1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
This commit is contained in:
Eldad Fux 2021-01-15 00:33:41 +02:00
parent a8c2363087
commit defc91ecf4

View file

@ -24,9 +24,9 @@ before_install:
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
set -x
fi
- docker --version
install:
- docker --version
- docker-compose up -d
- sleep 10