gitlab-dater/.gitlab-ci.yml

7 lines
119 B
YAML
Raw Normal View History

2021-07-08 18:50:24 +01:00
build:
image: alpine
before_script:
- apk add --no-cache shellcheck
script:
- shellcheck gitlab-dater.sh