Revert "ci(gitlab): install hexo globally (test)"

This reverts commit 829e1aa47b.
This commit is contained in:
MDLeom 2020-05-16 07:39:40 +01:00
parent 829e1aa47b
commit fead9c7cdb
1 changed files with 4 additions and 4 deletions

View File

@ -10,12 +10,12 @@ variables:
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 -g hexo-cli - npm install -g pnpm
- npm install - pnpm install
script: script:
# - npm install snyk && npm run snyk # Refer to "scripts" in package.json - pnpm install snyk && pnpm run snyk # Refer to "scripts" in package.json
- hexo generate - pnpm run hexo
# Update github mirror # Update github mirror
after_script: after_script: