Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
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