mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Use the alpine image in GitLab CI
@@ -2,7 +2,7 @@ Simple test job for GitLab (analyse testScript.sh):
|
||||
|
||||
```yaml
|
||||
test:
|
||||
image: koalaman/shellcheck:latest
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
stage: test
|
||||
script:
|
||||
- shellcheck testScript.sh
|
||||
|
Reference in New Issue
Block a user