Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include: # Go template - project: "to-be-continuous/golang" ref: "4.0.0" ref: "4.0.1" file: "templates/gitlab-ci-golang.yml" # Docker template - project: "to-be-continuous/docker" Loading @@ -25,6 +25,9 @@ stages: # Global variables variables: GO_BUILD_FLAGS: -tags netgo # force application build GO_BUILD_MODE: application DOCKER_BUILD_ARGS: "--build-arg CI_PROJECT_URL --build-arg DEFAULT_VAULT_URL" # this job tests the Docker image on a remote Vault server (configurable) Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include: # Go template - project: "to-be-continuous/golang" ref: "4.0.0" ref: "4.0.1" file: "templates/gitlab-ci-golang.yml" # Docker template - project: "to-be-continuous/docker" Loading @@ -25,6 +25,9 @@ stages: # Global variables variables: GO_BUILD_FLAGS: -tags netgo # force application build GO_BUILD_MODE: application DOCKER_BUILD_ARGS: "--build-arg CI_PROJECT_URL --build-arg DEFAULT_VAULT_URL" # this job tests the Docker image on a remote Vault server (configurable) Loading