mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-02 09:11:14 +00:00
Adding woodpecker. Try 9
This commit is contained in:
parent
aa409a53a4
commit
3d759e0512
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,6 @@ pipeline:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
when:
|
|
||||||
platform: [windows/*]
|
|
||||||
|
|
||||||
yarn_lint:
|
yarn_lint:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
@ -100,3 +98,7 @@ pipeline:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
when:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue