gitlab runner should have necessary tools
This commit is contained in:
parent
5341de86fb
commit
91089b9452
1 changed files with 0 additions and 8 deletions
|
@ -3,18 +3,10 @@ stages:
|
|||
|
||||
unit_tests:
|
||||
stage: test
|
||||
before_script:
|
||||
- 'apk update'
|
||||
- 'apk add make rsync'
|
||||
script:
|
||||
- make test
|
||||
|
||||
shellcheck:
|
||||
stage: test
|
||||
before_script:
|
||||
- 'apk update'
|
||||
- 'apk add make'
|
||||
- 'wget https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz'
|
||||
- 'tar xf shellcheck-stable.linux.x86_64.tar.xz && mv shellcheck-stable/shellcheck /usr/bin/'
|
||||
script:
|
||||
- make shellcheck
|
||||
|
|
Loading…
Reference in a new issue