1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Pull and build in parallel

This commit is contained in:
kodumbeats 2021-09-01 15:06:21 -04:00
parent 2ad776ac54
commit 87a9c97df6

View file

@ -26,11 +26,15 @@ before_install:
- docker buildx create --use
- chmod -R u+x ./.travis-ci
- export COMPOSE_INTERACTIVE_NO_CLI=1
- export DOCKER_BUILDKIT=1
- export COMPOSE_DOCKER_CLI_BUILD=1
# Only pass a single runtime for CI stability
- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
install:
- docker-compose up -d --build
- docker-compose pull
- docker-compose build
- docker-compose up -d
- sleep 10
script: