Add vars.yml to woodpecker pipeline (#176)

* Add vars.yml to CI pipeline
- prettier
- ansible-lint

* Update vars.yml format for ansible-lint & prettier
This commit is contained in:
Cody Robertson 2023-09-27 14:47:04 -04:00 committed by GitHub
parent 215d7145fb
commit 963ab7b9f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ pipeline:
prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c "*.md" "*.yml"
- prettier -c "*.md" "*.yml" "examples/vars.yml"
check_ansible_format:
image: alpine:3
commands:
@ -14,4 +14,4 @@ pipeline:
image: alpine:3
commands:
- apk add ansible ansible-lint
- ansible-lint --warn-list experimental lemmy.yml lemmy-almalinux.yml uninstall.yml
- ansible-lint --warn-list experimental lemmy.yml lemmy-almalinux.yml uninstall.yml examples/vars.yml

View file

@ -12,11 +12,11 @@ pictrs_env_vars:
- PICTRS_OPENTELEMETRY_URL: http://otel:4137
- RUST_LOG: debug
- RUST_BACKTRACE: full
# - PICTRS__STORE__TYPE: object_storage
# - PICTRS__STORE__TYPE: object_storage
# - PICTRS__STORE__ENDPOINT: '<S3 endpoint>'
# - PICTRS__STORE__BUCKET_NAME: '<bucket name>'
# - PICTRS__STORE__REGION: '<region>'
# - PICTRS__STORE__USE_PATH_STYLE: false
# - PICTRS__STORE__USE_PATH_STYLE: false
# - PICTRS__STORE__ACCESS_KEY: '<access key>'
# - PICTRS__STORE__SECRET_KEY: '<secret key>'