Add git to gitlab ci for version checking.
This commit is contained in:
parent
ed2056a32e
commit
26c16372fb
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue