Skip to content
Snippets Groups Projects
Commit c1b1267c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

debug print

parent c2f38f68
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -16,6 +16,6 @@ while IFS='=' read -r name value ; do ...@@ -16,6 +16,6 @@ while IFS='=' read -r name value ; do
done < <(env) done < <(env)
# Create/Update the secret # Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic $CI_COMMIT_REF_SLUG $COMMAND_ARGS echo "kubectl -n $KUBE_NAMESPACE create secret generic $CI_COMMIT_REF_SLUG $COMMAND_ARGS"
echo "test"; echo "test";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment