mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 20:31:17 +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"
|
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts"
|
||||||
|
|
||||||
yarn:
|
yarn:
|
||||||
image: node:14-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
yarn_lint:
|
yarn_lint:
|
||||||
image: node:14-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
yarn_build_dev:
|
yarn_build_dev:
|
||||||
image: node:14-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn build:dev
|
- yarn build:dev
|
||||||
|
|
||||||
nightly_instance_crawl:
|
nightly_instance_crawl:
|
||||||
image: node:14-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
# libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+
|
# 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
|
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
||||||
|
@ -58,7 +58,7 @@ pipeline:
|
||||||
- cron
|
- cron
|
||||||
|
|
||||||
release_instance_crawl:
|
release_instance_crawl:
|
||||||
image: node:14-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
# libpq and openssl can probably be removed after lemmy dep is upgraded to 0.16.4+
|
# 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
|
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
||||||
|
|
Loading…
Reference in a new issue