Skip to content
Snippets Groups Projects

linter move, fix branch name

Merged Dmitriy Safronov requested to merge trunk into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -35,7 +35,7 @@ check:
variables:
GIT_DEPTH: 1
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:
variables:
GIT_STRATEGY: "none"
only:
- /^development$/
- /^trunk$/
- /^staging$/
- /^master$/
script:
Loading