Skip to content

Commit 6e9bd4b

Browse files
authored
Update cloudlogs workflow in order to publish org template (#107)
1 parent f7e7e7e commit 6e9bd4b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci-master-cloudlogs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ jobs:
3131
S3_BUCKET: cf-templates-cloudvision-ci
3232
S3_PREFIX: master
3333

34+
- name: Build and Upload Cloudlogs Org templates
35+
run: make ci-org
36+
working-directory: ./templates_cloudlogs
37+
env:
38+
S3_BUCKET: cf-templates-cloudvision-ci
39+
S3_PREFIX: master

.github/workflows/ci-pull-request-cloudlogs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ jobs:
4646
env:
4747
S3_BUCKET: cf-templates-cloudvision-ci
4848
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}
49+
50+
- name: Build and Upload Cloudlogs Org Templates
51+
run: make ci-org
52+
working-directory: templates_cloudlogs
53+
env:
54+
S3_BUCKET: cf-templates-cloudvision-ci
55+
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)