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

refactor(yaml): replace anchors with ref tags

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

bash-shellcheck: