mirror of https://gitlab.com/curben/blog
ci(gitlab): git is required for npm install from github repo
This commit is contained in:
parent
fead9c7cdb
commit
1fdb005dff
|
@ -48,6 +48,8 @@ test:
|
||||||
|
|
||||||
renovate: # Check dependency update
|
renovate: # Check dependency update
|
||||||
before_script:
|
before_script:
|
||||||
|
- apk update
|
||||||
|
- apk add git
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue