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

debug output

parent a9437a24
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
FPM_REPOSITORY_ID=418 FPM_REPOSITORY_ID=418
NGINX_REPOSITORY_ID=416 NGINX_REPOSITORY_ID=416
helm -n $KUBE_NAMESPACE history ${CI_COMMIT_REF_SLUG} > /dev/null 2>&1 echo $KUBE_NAMESPACE
echo $KUBENAMESPACE
echo $CI_COMMIT_REF_SLUG echo $CI_COMMIT_REF_SLUG
helm -n $KUBE_NAMESPACE history ${CI_COMMIT_REF_SLUG}
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
echo "Release does not exist yet. Nothing to cleanup!" echo "Release does not exist yet. Nothing to cleanup!"
......
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