mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Trying to fix CI 1.
This commit is contained in:
parent
7f92343921
commit
c3f212bc72
1 changed files with 5 additions and 5 deletions
|
@ -19,22 +19,22 @@ pipeline:
|
|||
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts"
|
||||
|
||||
yarn:
|
||||
image: node:14-alpine
|
||||
image: node:alpine
|
||||
commands:
|
||||
- yarn
|
||||
|
||||
yarn_lint:
|
||||
image: node:14-alpine
|
||||
image: node:alpine
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
yarn_build_dev:
|
||||
image: node:14-alpine
|
||||
image: node:alpine
|
||||
commands:
|
||||
- yarn build:dev
|
||||
|
||||
nightly_instance_crawl:
|
||||
image: node:14-alpine
|
||||
image: node:alpine
|
||||
commands:
|
||||
# libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+
|
||||
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
||||
|
@ -58,7 +58,7 @@ pipeline:
|
|||
- cron
|
||||
|
||||
release_instance_crawl:
|
||||
image: node:14-alpine
|
||||
image: node:alpine
|
||||
commands:
|
||||
# libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+
|
||||
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
||||
|
|
Loading…
Reference in a new issue