Skip to content

Commit b9e3d71

Browse files
author
Pavlos Emm. Katsoulakis
committed
netdata/packaging: remove sudo
1 parent 781eff8 commit b9e3d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

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

1111
job 2:

0 commit comments

Comments
 (0)