uncloud-init/.gitlab-ci.yml

12 lines
187 B
YAML
Raw Permalink Normal View History

2020-01-23 13:59:55 +00:00
stages:
- check
shellcheck:
stage: check
image: debian:stable
before_script:
- apt-get update
- apt-get install -y shellcheck
script:
- shellcheck bin/uncloud-init