Skip to content
Snippets Groups Projects
Verified Commit fc47a77f authored by David Hoese's avatar David Hoese
Browse files

Fix sourcing the environment in the deploy job

parent 8772a39c
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,10 @@ deploy_grb: ...@@ -110,8 +110,10 @@ deploy_grb:
else else
ns="geosphere-test"; ns="geosphere-test";
fi fi
- cd cspp-geo-grb
- source cibuild.env
- echo "Deploying version $docker_tag to cluster namespace $ns" - echo "Deploying version $docker_tag to cluster namespace $ns"
- cd cspp-geo-grb/chart - cd chart
# copy secret kubeconfig to the mounted (pwd) directory # copy secret kubeconfig to the mounted (pwd) directory
- cp $kubekorner_k3s_config . - cp $kubekorner_k3s_config .
- kubeconfig=$(basename $kubekorner_k3s_config) - kubeconfig=$(basename $kubekorner_k3s_config)
......
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