Commit d2cf8219 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

refactor(yaml): replace anchors with ref tags

parent e7abf48a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ stages:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cnb", "2.1.2"]
  before_script:
    - *cnb-scripts
    - !reference [.cnb-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"

cnb-build: