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