Skip to content

Fix failure at stage-deploy

Zhou, Wenduo requested to merge deploy_port_isue_126 into next

Error message

$ chmod +x ./docker-compose
$ echo ${DOT_ENV} > ./.env
$ \cp -f cfg/docker-compose.${CI_COMMIT_REF_SLUG}.yml ./docker-compose.yml
$ ./docker-compose down -v
The LDAP_USER_DN_TEMPLATE variable is not set. Defaulting to a blank string.
The DATABASE_USER variable is not set. Defaulting to a blank string.
The DATABASE_PASS variable is not set. Defaulting to a blank string.
The DATABASE_PORT variable is not set. Defaulting to a blank string.
The Compose file './docker-compose.yml' is invalid because:
services.db.ports contains an invalid type, it should be a number, or an object
Running after_script
00:00
Running after script...
$ sudo chown -R gitlab-runner .
Cleaning up file based variables
00:00
ERROR: Job failed: exit status 1

Merge request reports