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

ci: upgrade TBC templates

parent c05312aa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,6 +32,5 @@

### VS Code ###
/.vscode/
reports/coverage.out
reports/coverage.out
reports/
start_vault.sh
+4 −4
Original line number Diff line number Diff line
@@ -3,18 +3,18 @@ include:
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  # Go template
  - project: "$TBC_NAMESPACE/golang"
    ref: "4.8"
    ref: "4.11"
    file: "templates/gitlab-ci-golang.yml"
  # Docker template
  - project: "$TBC_NAMESPACE/docker"
    ref: "5.9"
    ref: "6.0"
    file: "templates/gitlab-ci-docker.yml"
  # semantic-release template
  - project: "$TBC_NAMESPACE/semantic-release"
    ref: "3.8"
    ref: "3.11"
    file: "templates/gitlab-ci-semrel.yml"
  - project: '$TBC_NAMESPACE/gitleaks'
    ref: '2.5'
    ref: "2.6"
    file: '/templates/gitlab-ci-gitleaks.yml'  

# your pipeline stages