From 6e9bd4b6564e3f1e18026471d058a0f0071d0e33 Mon Sep 17 00:00:00 2001 From: Giovanni Recupero <135601441+gi-erre@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:23:50 +0200 Subject: [PATCH] Update cloudlogs workflow in order to publish org template (#107) --- .github/workflows/ci-master-cloudlogs.yaml | 6 ++++++ .github/workflows/ci-pull-request-cloudlogs.yaml | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/ci-master-cloudlogs.yaml b/.github/workflows/ci-master-cloudlogs.yaml index 64bfab2..7f3486c 100644 --- a/.github/workflows/ci-master-cloudlogs.yaml +++ b/.github/workflows/ci-master-cloudlogs.yaml @@ -31,3 +31,9 @@ jobs: S3_BUCKET: cf-templates-cloudvision-ci S3_PREFIX: master + - name: Build and Upload Cloudlogs Org templates + run: make ci-org + working-directory: ./templates_cloudlogs + env: + S3_BUCKET: cf-templates-cloudvision-ci + S3_PREFIX: master diff --git a/.github/workflows/ci-pull-request-cloudlogs.yaml b/.github/workflows/ci-pull-request-cloudlogs.yaml index 11c619c..278f1ff 100644 --- a/.github/workflows/ci-pull-request-cloudlogs.yaml +++ b/.github/workflows/ci-pull-request-cloudlogs.yaml @@ -46,3 +46,10 @@ jobs: env: S3_BUCKET: cf-templates-cloudvision-ci S3_PREFIX: pr/${{ github.event.pull_request.head.ref }} + + - name: Build and Upload Cloudlogs Org Templates + run: make ci-org + working-directory: templates_cloudlogs + env: + S3_BUCKET: cf-templates-cloudvision-ci + S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}