Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ include: # Go template - project: "to-be-continuous/golang" ref: "4.6.1" ref: "4.7.0" file: "templates/gitlab-ci-golang.yml" # Docker template - project: "to-be-continuous/docker" ref: "5.6" ref: "5.7" file: "templates/gitlab-ci-docker.yml" # your pipeline stages Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ include: # Go template - project: "to-be-continuous/golang" ref: "4.6.1" ref: "4.7.0" file: "templates/gitlab-ci-golang.yml" # Docker template - project: "to-be-continuous/docker" ref: "5.6" ref: "5.7" file: "templates/gitlab-ci-docker.yml" # your pipeline stages Loading