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.2.3 /docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
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
3535 chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
3636 docker-compose version
3737 - name : Install composer dependencies.
Original file line number Diff line number Diff line change 4242if [[ " $PHAPP_ENV " = " drunomics-ci" ]]; then
4343 CONTAINER=${APP_MULTISITE_DOMAIN/ \. ci\. drunomics\. com/ }
4444elif [[ " $PHAPP_ENV_TYPE " = " lagoon" ]]; then
45- CONTAINER=${COMPOSE_PROJECT_NAME} _cli_1
45+ CONTAINER=${COMPOSE_PROJECT_NAME} -cli-1
4646elif [[ " $PHAPP_ENV " = " vagrant" ]]; then
4747 CONTAINER=${APP_MULTISITE_DOMAIN/ \. local/ }
4848elif [[ " $PHAPP_ENV " = " travis" ]]; then
You can’t perform that action at this time.
0 commit comments