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

Use the GitLab-defined `CI_ENVIRONMENT_NAME`

`name` does not exist.  I think the `environment` section of the configuration
tricked me.
parent 9fee975d
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 #876 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