mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +00:00
Reorder woodpecker config to avoid ci failures (#3851)
This commit is contained in:
parent
969f8b2ce9
commit
33b2d67be6
1 changed files with 24 additions and 24 deletions
|
@ -42,30 +42,6 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
|
- prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
|
||||||
|
|
||||||
restore-cache:
|
|
||||||
image: meltwater/drone-cache:v1
|
|
||||||
pull: true
|
|
||||||
settings:
|
|
||||||
restore: true
|
|
||||||
endpoint:
|
|
||||||
from_secret: MINIO_ENDPOINT
|
|
||||||
access-key:
|
|
||||||
from_secret: MINIO_WRITE_USER
|
|
||||||
secret-key:
|
|
||||||
from_secret: MINIO_WRITE_PASSWORD
|
|
||||||
bucket:
|
|
||||||
from_secret: MINIO_BUCKET
|
|
||||||
region: us-east-1
|
|
||||||
cache_key: "rust-cache"
|
|
||||||
path-style: true
|
|
||||||
mount:
|
|
||||||
- ".cargo"
|
|
||||||
- "target"
|
|
||||||
- "api_tests/node_modules"
|
|
||||||
secrets:
|
|
||||||
[MINIO_ENDPOINT, MINIO_WRITE_USER, MINIO_WRITE_PASSWORD, MINIO_BUCKET]
|
|
||||||
when: *slow_check_paths
|
|
||||||
|
|
||||||
toml_fmt:
|
toml_fmt:
|
||||||
image: tamasfe/taplo:0.8.1
|
image: tamasfe/taplo:0.8.1
|
||||||
commands:
|
commands:
|
||||||
|
@ -95,6 +71,30 @@ pipeline:
|
||||||
- cd ..
|
- cd ..
|
||||||
- ./scripts/./sql_format_check.sh
|
- ./scripts/./sql_format_check.sh
|
||||||
|
|
||||||
|
restore-cache:
|
||||||
|
image: meltwater/drone-cache:v1
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
restore: true
|
||||||
|
endpoint:
|
||||||
|
from_secret: MINIO_ENDPOINT
|
||||||
|
access-key:
|
||||||
|
from_secret: MINIO_WRITE_USER
|
||||||
|
secret-key:
|
||||||
|
from_secret: MINIO_WRITE_PASSWORD
|
||||||
|
bucket:
|
||||||
|
from_secret: MINIO_BUCKET
|
||||||
|
region: us-east-1
|
||||||
|
cache_key: "rust-cache"
|
||||||
|
path-style: true
|
||||||
|
mount:
|
||||||
|
- ".cargo"
|
||||||
|
- "target"
|
||||||
|
- "api_tests/node_modules"
|
||||||
|
secrets:
|
||||||
|
[MINIO_ENDPOINT, MINIO_WRITE_USER, MINIO_WRITE_PASSWORD, MINIO_BUCKET]
|
||||||
|
when: *slow_check_paths
|
||||||
|
|
||||||
# make sure api builds with default features (used by other crates relying on lemmy api)
|
# make sure api builds with default features (used by other crates relying on lemmy api)
|
||||||
check_api_common_default_features:
|
check_api_common_default_features:
|
||||||
image: *muslrust_image
|
image: *muslrust_image
|
||||||
|
|
Loading…
Reference in a new issue