diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e1ea18..4dad85e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -504,20 +504,6 @@ run-patchday-k8s-prodwork01: rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "prodnso" -run-patchday-elastic-demompmx: - extends: .run-patchday - stage: run-patchday-elastic-postgres - resource_group: demompmx - script: - - export STAGE=demompmx - - export HETZNER_LABEL_SELECTOR="stage=${STAGE}" - - echo "${ANSIBLE_VAULT_PASS_DEMOMPMX}" > /tmp/vault-pass - - ansible-playbook -i stage-${STAGE}-netgo-hcloud.yml patchday.yml --vault-password-file=/tmp/vault-pass -u gitlabci --limit 'elastic' - after_script: - - rm /tmp/vault-pass - rules: - - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "main" - run-patchday-postgres-demompmx: extends: .run-patchday stage: run-patchday-elastic-postgres