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

refactor(yaml): replace anchors with ref tags

parent c8eda0dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ stages:
    paths:
      - $GO_PROJECT_DIR/.cache/
  before_script:
    - *go-scripts
    - !reference [.go-scripts]
    - |
      if command -v git > /dev/null
      then