Disable tags
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-08-29 19:26:17 +02:00
parent 0c1fca9643
commit 2097dec958
2 changed files with 5 additions and 5 deletions

View File

@ -78,9 +78,9 @@
- name: LEGO_CA_CERTIFICATES - name: LEGO_CA_CERTIFICATES
value: /step-ca/root_ca.crt value: /step-ca/root_ca.crt
marker: ' # {mark} ANSIBLE MANAGED BLOCK' marker: ' # {mark} ANSIBLE MANAGED BLOCK'
tags: # tags:
- never # - never
- final # - final
notify: notify:
- Apply manifests - Apply manifests

View File

@ -7,6 +7,6 @@
- import_tasks: git.yml - import_tasks: git.yml
- import_tasks: gitops.yml - import_tasks: gitops.yml
- import_tasks: certauthority.yml # - include_tasks: certauthority.yml
tags: final # tags: final
- import_tasks: cleanup.yml - import_tasks: cleanup.yml