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

debug output

parent 4b1e6a2c
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -5,6 +5,7 @@ npm: ...@@ -5,6 +5,7 @@ npm:
- cd metager - cd metager
- npm install --cache .npm --prefer-offline --no-audit - npm install --cache .npm --prefer-offline --no-audit
- npm run prod - npm run prod
needs: []
artifacts: artifacts:
paths: paths:
- metager/public - metager/public
......
...@@ -6,6 +6,8 @@ FPM_REPOSITORY_ID=418 ...@@ -6,6 +6,8 @@ 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 helm -n $KUBE_NAMESPACE history ${CI_COMMIT_REF_SLUG} > /dev/null 2>&1
echo $KUBENAMESPACE
echo $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.
Please register or to comment