Skip to content
Snippets Groups Projects
Verified Commit 32d98d76 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

transfer values from .ci.env to .cluster.env

parent bbcca710
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,8 @@ create-vps:
# Creates a VPS based on a custom CI image for which --install-kubernetes
# has already run. See CONTRIBUTING.md#ci-pipeline-image for more info
- sh .gitlab/ci_scripts/create_vps.sh
# Make sure .ci.env variables are not lost
- cat .ci.env >> ${CLUSTER_DIR}/.cluster.env
artifacts:
paths:
- clusters
......
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