Testing CI (3)

This commit is contained in:
lostinlight 2022-01-15 20:09:09 +03:00
parent 3056ca870b
commit b4dc181e4d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ pipeline:
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm install gulp -g - npm install gulp -g
- ls -l
- ls -l ./themes/starter
- which gulp - which gulp
- echo $PATH - echo $PATH
- npm install hexo-cli -g - npm install hexo-cli -g