mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Clean CI cache
This commit is contained in:
parent
468f817443
commit
847acb13c0
|
@ -1,8 +1,9 @@
|
|||
|
||||
image: node:latest
|
||||
image: node:6.11.1
|
||||
|
||||
pages:
|
||||
script:
|
||||
- npm cache clean --force
|
||||
- npm install
|
||||
- npm install gulp -g
|
||||
- gulp build --cwd ./themes/starter
|
||||
|
|
Loading…
Reference in a new issue