1
0
Fork 0

Add git to gitlab ci for version checking.

This commit is contained in:
ChaotiCryptidz - 2021-11-21 12:19:10 +00:00
parent ed2056a32e
commit 26c16372fb

View file

@ -2,7 +2,7 @@ pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs npm
- apk add nodejs npm git
- npm install --save-dev
- npx webpack
artifacts: