We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781eff8 commit b9e3d71Copy full SHA for b9e3d71
.gitlab-ci.yml
@@ -4,8 +4,8 @@ stages:
4
job 1:
5
stage: "Code quality, linting, syntax, code style"
6
before_script:
7
- - sudo apt-get clean all && sudo apt-get update
8
- - sudo apt-get install -y shellcheck
+ - apt-get clean all && apt-get update
+ - apt-get install -y shellcheck
9
script: shellcheck --format=gcc $(find . -name '*.sh.in' -not -iwholename '*.git*')
10
11
job 2:
0 commit comments