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