Skip to content

Commit 7cbc7e7

Browse files
committed
Add zuul_s3 secret to base job
1 parent 1d40f57 commit 7cbc7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/base/post-logs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
- hosts: localhost
33
gather_facts: False
44
tasks:
5-
- debug:
6-
var: zuul_s3
75
- include_role:
86
name: generate-zuul-manifest
97
- include_role:

zuul.d/jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
nodes:
2323
- name: ubuntu-jammy
2424
label: ubuntu-jammy
25+
secrets:
26+
- zuul_s3

0 commit comments

Comments
 (0)