Skip to content
Snippets Groups Projects
Commit f6eb8b06 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

refactor(yaml): replace anchors with ref tags

parent 687e5c76
No related branches found
No related tags found
No related merge requests found
......@@ -644,7 +644,7 @@ stages:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "kubernetes", "6.0.2" ]
before_script:
- *k8s-scripts
- !reference [.k8s-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
# Kube-Score job as parallel matrix
......@@ -707,7 +707,7 @@ k8s-score:
variables:
ENV_APP_SUFFIX: "-$CI_ENVIRONMENT_SLUG"
before_script:
- *k8s-scripts
- !reference [.k8s-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
- k8s_login
script:
......@@ -742,7 +742,7 @@ k8s-score:
variables:
ENV_APP_SUFFIX: "-$CI_ENVIRONMENT_SLUG"
before_script:
- *k8s-scripts
- !reference [.k8s-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
- k8s_login
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment