mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +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 update --recursive
|
||||
|
||||
# yarn:
|
||||
# image: node:14-alpine
|
||||
# commands:
|
||||
# - yarn
|
||||
yarn:
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- yarn
|
||||
|
||||
# yarn_lint:
|
||||
# image: node:14-alpine
|
||||
# commands:
|
||||
# - yarn lint
|
||||
yarn_lint:
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
# yarn_build_dev:
|
||||
# image: node:14-alpine
|
||||
# commands:
|
||||
# - yarn build:dev
|
||||
yarn_build_dev:
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- yarn build:dev
|
||||
|
||||
nightly_instance_crawl:
|
||||
image: node:14-alpine
|
||||
|
|
Loading…
Reference in a new issue