mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Set envs inline to ensure compose uses buildkit
This commit is contained in:
parent
87a9c97df6
commit
67148acab1
1 changed files with 1 additions and 3 deletions
|
|
@ -26,14 +26,12 @@ 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 pull
|
||||
- docker-compose build
|
||||
- DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 BUILDKIT_PROGRESS=plain docker-compose build
|
||||
- docker-compose up -d
|
||||
- sleep 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue