Commit 53e20b28 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent 59a9368e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
# Floor, Boston, MA  02110-1301, USA.
# =========================================================================================
variables:
  # variabilized tracking image
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  # Default Go project root directory
  GO_PROJECT_DIR: .

@@ -262,7 +265,7 @@ stages:
.go-base:
  image: $GO_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "golang", "2.1.3" ]
  variables:
    # The directory where 'go install' will install a command.