mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'build-golangci-image' into 'master'
Test and build golangci-lint-alpine image See merge request gitlab-org/gitlab-build-images!246
This commit is contained in:
commit
1994783e5e
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ www-gitlab-com-2.6 test: *test_build
|
||||||
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
|
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
|
||||||
gitlab-docs test: *test_build
|
gitlab-docs test: *test_build
|
||||||
gitlab-docs-lint test: *test_build
|
gitlab-docs-lint test: *test_build
|
||||||
|
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
|
||||||
|
golangci-lint-alpine test: *test_build
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
|
|
||||||
|
|
@ -158,6 +160,8 @@ www-gitlab-com-2.6: *build_and_deploy
|
||||||
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
|
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
|
||||||
gitlab-docs: *build_and_deploy
|
gitlab-docs: *build_and_deploy
|
||||||
gitlab-docs-lint: *build_and_deploy
|
gitlab-docs-lint: *build_and_deploy
|
||||||
|
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
|
||||||
|
golangci-lint-alpine test: *test_build
|
||||||
|
|
||||||
cache-google-chrome:
|
cache-google-chrome:
|
||||||
stage: automation
|
stage: automation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue