mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-26 14:21:17 +00:00
Test adding woodpecker plugin 2.
This commit is contained in:
parent
59f3d078e7
commit
2e117c9c68
1 changed files with 12 additions and 12 deletions
|
@ -5,20 +5,20 @@ pipeline:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive
|
- git submodule update --recursive
|
||||||
|
|
||||||
# yarn:
|
yarn:
|
||||||
# image: node:14-alpine
|
image: node:14-alpine
|
||||||
# commands:
|
commands:
|
||||||
# - yarn
|
- yarn
|
||||||
|
|
||||||
# yarn_lint:
|
yarn_lint:
|
||||||
# image: node:14-alpine
|
image: node:14-alpine
|
||||||
# commands:
|
commands:
|
||||||
# - yarn lint
|
- yarn lint
|
||||||
|
|
||||||
# yarn_build_dev:
|
yarn_build_dev:
|
||||||
# image: node:14-alpine
|
image: node:14-alpine
|
||||||
# commands:
|
commands:
|
||||||
# - yarn build:dev
|
- yarn build:dev
|
||||||
|
|
||||||
nightly_instance_crawl:
|
nightly_instance_crawl:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
Loading…
Reference in a new issue