An error occurred while fetching the assigned milestone of the selected merge_request.
Update auto-deploy templates
To:
- use
CI_COMMIT_REF_NAME
as this is correct, - remove
CI_ENVIRONMENT_URL
as this is currently read by auto-deploy
Merge request reports
Activity
mentioned in commit d19de9f8
41 41 APP: $CI_COMMIT_REF_NAME 42 42 APP_HOST: $CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$OPENSHIFT_DOMAIN 43 43 environment: 44 name: review/$CI_COMMIT_REF_SLUG 44 name: review/$CI_COMMIT_REF_NAME
Please register or sign in to reply