Loading .gitignore +1 −2 Original line number Diff line number Diff line Loading @@ -32,6 +32,5 @@ ### VS Code ### /.vscode/ reports/coverage.out reports/coverage.out reports/ start_vault.sh .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitignore +1 −2 Original line number Diff line number Diff line Loading @@ -32,6 +32,5 @@ ### VS Code ### /.vscode/ reports/coverage.out reports/coverage.out reports/ start_vault.sh
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading