mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-02 01:01: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
|
||||
commands:
|
||||
- yarn
|
||||
when:
|
||||
platform: [windows/*]
|
||||
|
||||
yarn_lint:
|
||||
image: node:14-alpine
|
||||
|
@ -100,3 +98,7 @@ pipeline:
|
|||
ignore_missing: true
|
||||
when:
|
||||
event: tag
|
||||
|
||||
when:
|
||||
platform: linux/amd64
|
||||
|
||||
|
|
Loading…
Reference in a new issue