DEV-1061: remove not needed pipeline step(demompmx-elastic-stack)

Update .gitlab-ci.yml file
qa
Görz, Friedrich 3 years ago
parent c4d8ff953d
commit 47c5e8a2f4

@ -504,20 +504,6 @@ run-patchday-k8s-prodwork01:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "prodnso" - 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: run-patchday-postgres-demompmx:
extends: .run-patchday extends: .run-patchday
stage: run-patchday-elastic-postgres stage: run-patchday-elastic-postgres

Loading…
Cancel
Save