mirror of https://gitlab.com/curben/blog
Revert "ci(gitlab): install hexo-cli globally"
This reverts commit 1e3c0bb778
.
This commit is contained in:
parent
1e3c0bb778
commit
ecdcc71923
|
@ -7,7 +7,6 @@ cache: # add cache to 'node_modules' for speeding up builds
|
||||||
test:
|
test:
|
||||||
before_script:
|
before_script:
|
||||||
- 'which ssh-agent || (apk update && apk add openssh-client git)'
|
- 'which ssh-agent || (apk update && apk add openssh-client git)'
|
||||||
- npm install --only=prod -g hexo-cli@hexojs/hexo-cli
|
|
||||||
- npm install --only=prod
|
- npm install --only=prod
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue