revert accidental changes

markdown-link-rule-dess
Felix Ableitner 2023-12-22 11:07:52 +01:00
parent 4c2fe1358c
commit 5f79a3c950
1 changed files with 1 additions and 3 deletions

View File

@ -104,9 +104,9 @@ steps:
- ".cargo_home" - ".cargo_home"
- "target" - "target"
- "api_tests/node_modules" - "api_tests/node_modules"
exit_code: true
secrets: secrets:
[MINIO_ENDPOINT, MINIO_WRITE_USER, MINIO_WRITE_PASSWORD, MINIO_BUCKET] [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:
@ -226,12 +226,10 @@ steps:
cache_key: "rust-cache" cache_key: "rust-cache"
region: us-east-1 region: us-east-1
path-style: true path-style: true
backend_operation_timeout: 60m
mount: mount:
- ".cargo_home" - ".cargo_home"
- "target" - "target"
- "api_tests/node_modules" - "api_tests/node_modules"
exit_code: true
secrets: secrets:
[MINIO_ENDPOINT, MINIO_WRITE_USER, MINIO_WRITE_PASSWORD, MINIO_BUCKET] [MINIO_ENDPOINT, MINIO_WRITE_USER, MINIO_WRITE_PASSWORD, MINIO_BUCKET]
when: when: