File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : |
3232 DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
3333 mkdir -p $DOCKER_CONFIG/cli-plugins
34- curl -SL https://github.com/docker/compose/releases/download/v2.15 .1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
34+ curl -SL https://github.com/docker/compose/releases/download/v2.30 .1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
3535 chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
3636 docker compose version
3737 - name : Install composer dependencies.
4747 shell : ' script -q -e -c "bash {0}"'
4848 run : |
4949 export COMPOSE_DEFAULT_USER=$(id -u $USER)
50- docker- compose up -d
50+ docker compose up -d
5151 echo "Waiting for mysql to come up..." && docker exec -it $(docker compose ps -q cli) /bin/bash -c "while ! echo exit | nc mariadb 3306; do sleep 1; done" >/dev/null
5252 - name : Install the project
5353 shell : ' script -q -e -c "bash {0}"'
You can’t perform that action at this time.
0 commit comments