Testing CI (8)

This commit is contained in:
lostinlight 2022-01-15 20:24:50 +03:00
parent 0d8d9e6d5f
commit e866249cfc

View file

@ -5,7 +5,7 @@ pipeline:
build: build:
image: node:12.22.1 image: node:12.22.1
commands: commands:
- "git fetch origin +refs/heads/pages:" - git fetch origin # fetch reference to pages branch
- npm install gulp -g - npm install gulp -g
- npm install hexo-cli -g - npm install hexo-cli -g
- test -e package.json && npm install - test -e package.json && npm install