mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Testing CI (8)
This commit is contained in:
parent
0d8d9e6d5f
commit
e866249cfc
|
@ -5,7 +5,7 @@ pipeline:
|
|||
build:
|
||||
image: node:12.22.1
|
||||
commands:
|
||||
- "git fetch origin +refs/heads/pages:"
|
||||
- git fetch origin # fetch reference to pages branch
|
||||
- npm install gulp -g
|
||||
- npm install hexo-cli -g
|
||||
- test -e package.json && npm install
|
||||
|
|
Loading…
Reference in a new issue