ci: Add CI/CD script
This commit is contained in:
parent
16b8c78731
commit
fe80bfc2fe
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
image: ${CI_REGISTRY}/ict/images/alpine/ci:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
apk add build-base bash
|
||||||
|
|
||||||
|
validate_code:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- chmod +x ./test/main.sh
|
||||||
|
- ./test/main.sh
|
Loading…
x
Reference in New Issue
Block a user