Skip to content
Snippets Groups Projects
Commit 261aa808 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch '69.ci_environment_name' into 'develop'

Use the GitLab-defined `CI_ENVIRONMENT_NAME`

Closes #69

See merge request !126
parents 9fee975d b151abe0
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!127Merge develop into staging,!126Use the GitLab-defined `CI_ENVIRONMENT_NAME`
Pipeline #877 passed
......@@ -89,7 +89,7 @@ system-tests:
# Update the deployment
- |
./ci-tools/update-grid-servers "${KEY_PATH}" ${name}
./ci-tools/update-grid-servers "${KEY_PATH}" "${CI_ENVIRONMENT_NAME}"
# Remove the key from the filesystem to reduce the chance of unintentional
# disclosure. Overall our handling of this key is still not *particulary*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment