Commit 4f7d9a50 authored by Josef Melkus's avatar Josef Melkus
Browse files

add tags to matrix

parent 9e15eea1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ stages:
- "default"
Go Package:run:
  stage: "default"
  tags:
    - shared-fi
  variables:
    Go_Package_PACKAGE_NAME: ""
  services:
@@ -72,6 +74,8 @@ Go Package:run:
      - "linux"
Go Package:aggregate:
  stage: "default"
  tags:
    - shared-fi
  script:
  - "echo 'Aggregating matrix artifacts for Go Package'"
  - "if ls **/build.env >/dev/null 2>&1; then cat **/build.env > agg.env; fi"
+0 −2
Original line number Diff line number Diff line
@@ -65,8 +65,6 @@ Test:

Go Package:
  stage: default
  tags:
    - shared-fi
  trigger:
    include:
      - local: .gitlab-ci-bc-Go_Package.yml