Loading jobs/helm_deploy/helm_deploy.yml +0 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ deploy_review: extends: .helm stage: review environment: name: review/${CI_COMMIT_REF_SLUG} url: https://${CI_ENVIRONMENT_SLUG}.${CI_PROJECT_NAME}.${KUBE_INGRESS_BASE_DOMAIN}/ Loading @@ -33,8 +32,6 @@ deploy_review: except: refs: - master variables: - $REVIEW_DISABLE script: - if [ -f "${VALUES_PATH}/secrets.review.yaml" ] - then Loading @@ -51,7 +48,6 @@ deploy_review: cleanup_review: extends: .helm stage: review variables: GIT_STRATEGY: none when: manual Loading @@ -65,8 +61,6 @@ cleanup_review: except: refs: - master variables: - ${REVIEW_DISABLE} #test_stage: # extends: deploy_stage Loading Loading
jobs/helm_deploy/helm_deploy.yml +0 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ deploy_review: extends: .helm stage: review environment: name: review/${CI_COMMIT_REF_SLUG} url: https://${CI_ENVIRONMENT_SLUG}.${CI_PROJECT_NAME}.${KUBE_INGRESS_BASE_DOMAIN}/ Loading @@ -33,8 +32,6 @@ deploy_review: except: refs: - master variables: - $REVIEW_DISABLE script: - if [ -f "${VALUES_PATH}/secrets.review.yaml" ] - then Loading @@ -51,7 +48,6 @@ deploy_review: cleanup_review: extends: .helm stage: review variables: GIT_STRATEGY: none when: manual Loading @@ -65,8 +61,6 @@ cleanup_review: except: refs: - master variables: - ${REVIEW_DISABLE} #test_stage: # extends: deploy_stage Loading