Add git to gitlab ci for version checking.
This commit is contained in:
parent
ed2056a32e
commit
26c16372fb
|
@ -2,7 +2,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker.io/library/alpine:edge
|
image: docker.io/library/alpine:edge
|
||||||
script:
|
script:
|
||||||
- apk add nodejs npm
|
- apk add nodejs npm git
|
||||||
- npm install --save-dev
|
- npm install --save-dev
|
||||||
- npx webpack
|
- npx webpack
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue