Skip to content
Snippets Groups Projects

Introduce aliases

Merged Erick Hitter requested to merge develop into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 9
0
image: alpine:latest
lint:shell-script:
stage: test
image: koalaman/shellcheck-alpine:latest
before_script:
- shellcheck -V
script:
- find ./bin -name "*" -exec shellcheck {} \;
Loading