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

refactor(yaml): replace anchors with ref tags

parent 989589c9
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ stages:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "openshift", "5.0.1" ]
before_script:
- *os-scripts
- !reference [.os-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
- assert_defined "${ENV_API_URL:-$OS_URL}" 'Missing required OpenShift url'
- assert_defined "${ENV_TOKEN:-$OS_TOKEN}" 'Missing required OpenShift token'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment