Skip to content
Snippets Groups Projects
Commit 5b7456c6 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

linter move, fix branch name

parent bb48d85c
Branches
No related tags found
1 merge request!9linter move, fix branch name
Pipeline #1373 passed
...@@ -35,7 +35,7 @@ check: ...@@ -35,7 +35,7 @@ check:
variables: variables:
GIT_DEPTH: 1 GIT_DEPTH: 1
script: script:
- drr registry.cyberbrain.pw/tools/hadolint:latest hadolint --ignore DL3007 --ignore DL3018 --ignore SC2086 Dockerfile - drr registry.cyberbrain.pw/tools/linters/hadolint:latest hadolint --ignore DL3007 --ignore DL3018 --ignore SC2086 Dockerfile
########################################################################################################## ##########################################################################################################
...@@ -74,7 +74,7 @@ release: ...@@ -74,7 +74,7 @@ release:
variables: variables:
GIT_STRATEGY: "none" GIT_STRATEGY: "none"
only: only:
- /^development$/ - /^trunk$/
- /^staging$/ - /^staging$/
- /^master$/ - /^master$/
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment