Trying to fix CI 1.

This commit is contained in:
Dessalines 2023-09-26 23:20:57 -04:00
parent 7f92343921
commit c3f212bc72

View file

@ -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