Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
ae8c161a
Commit
ae8c161a
authored
Mar 04, 2020
by
Richard Crosby
Browse files
fix: use deploy instead of build image for linting config files
parent
f8226c5b
Pipeline
#25155
failed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/lint.yml
View file @
ae8c161a
...
...
@@ -12,7 +12,7 @@ lint:
-
yarn lint
lint_config_review
:
image
:
registry.brickblock.sh/devops/d
ocker/build:latest
image
:
registry.brickblock.sh/devops/d
eploy
stage
:
test
variables
:
GOOGLE_PROJECT
:
bbk-review
...
...
@@ -27,7 +27,7 @@ lint_config_review:
-
bbk secrets:decrypt review > /dev/null 2>&1
lint_config_staging
:
image
:
registry.brickblock.sh/devops/d
ocker/build:latest
image
:
registry.brickblock.sh/devops/d
eploy
stage
:
test
variables
:
GOOGLE_PROJECT
:
bbk-staging
...
...
@@ -43,7 +43,7 @@ lint_config_staging:
-
master
lint_config_production
:
image
:
registry.brickblock.sh/devops/d
ocker/build:latest
image
:
registry.brickblock.sh/devops/d
eploy
stage
:
test
variables
:
GOOGLE_PROJECT
:
bbk-production
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment