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

Add debug output for environment variables

parent 5541da2b
No related branches found
Tags v20200813_1716
No related merge requests found
...@@ -14,6 +14,8 @@ gstest create shapefile storage: ...@@ -14,6 +14,8 @@ gstest create shapefile storage:
extends: .helm_based_job extends: .helm_based_job
stage: create storage stage: create storage
script: script:
- echo "$CI_COMMIT_BRANCH"
- echo "$CI_COMMIT_TAG"
- ns=$(./helpers/get_namespace.sh) - ns=$(./helpers/get_namespace.sh)
# copy secret kubeconfig to the mounted (pwd) directory # copy secret kubeconfig to the mounted (pwd) directory
- cp $kubekorner_k3s_config . - cp $kubekorner_k3s_config .
......
...@@ -11,6 +11,8 @@ gs create geotiff storage: ...@@ -11,6 +11,8 @@ gs create geotiff storage:
extends: .helm_based_job extends: .helm_based_job
stage: create storage stage: create storage
script: script:
- echo "$CI_COMMIT_BRANCH"
- echo "$CI_COMMIT_TAG"
- ns=$(./helpers/get_namespace.sh) - ns=$(./helpers/get_namespace.sh)
# copy secret kubeconfig to the mounted (pwd) directory # copy secret kubeconfig to the mounted (pwd) directory
- cp $kubekorner_k3s_config . - cp $kubekorner_k3s_config .
...@@ -30,6 +32,8 @@ gs create shapefile storage: ...@@ -30,6 +32,8 @@ gs create shapefile storage:
extends: .helm_based_job extends: .helm_based_job
stage: create storage stage: create storage
script: script:
- echo "$CI_COMMIT_BRANCH"
- echo "$CI_COMMIT_TAG"
- ns=$(./helpers/get_namespace.sh) - ns=$(./helpers/get_namespace.sh)
# copy secret kubeconfig to the mounted (pwd) directory # copy secret kubeconfig to the mounted (pwd) directory
- cp $kubekorner_k3s_config . - cp $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