We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9edba0 commit b319b57Copy full SHA for b319b57
playbooks/base/post-logs.yaml
@@ -8,6 +8,6 @@
8
name: upload-logs-s3
9
vars:
10
zuul_log_bucket: "zuul-stackhpc"
11
- zuul_log_aws_access_key: "{{ zuul_s3.access_key }}"
12
- zuul_log_aws_secret_key: "{{ zuul_s3.secret_key }}"
+ zuul_log_aws_access_key: "{{ zuul_s3.access_key | trim }}"
+ zuul_log_aws_secret_key: "{{ zuul_s3.secret_key | trim }}"
13
upload_logs_s3_endpoint: "https://api.sms-lab.cloud:6780"
0 commit comments