netdata/packaging: remove sudo

This commit is contained in:
Pavlos Emm. Katsoulakis 2019-08-28 18:19:04 +03:00
parent 781eff8c58
commit b9e3d71126
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ stages:
job 1:
stage: "Code quality, linting, syntax, code style"
before_script:
- sudo apt-get clean all && sudo apt-get update
- sudo apt-get install -y shellcheck
- apt-get clean all && apt-get update
- apt-get install -y shellcheck
script: shellcheck --format=gcc $(find . -name '*.sh.in' -not -iwholename '*.git*')
job 2: