From 5f2e1dcd08fe7c90fa2fedbc10faabcbae88c9ce Mon Sep 17 00:00:00 2001 From: jamesbeedy Date: Thu, 25 Jan 2024 21:35:52 +0000 Subject: [PATCH] slience output from s3 sync --- .github/workflows/build-and-publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-image.yaml b/.github/workflows/build-and-publish-image.yaml index 374d14f..c95f645 100644 --- a/.github/workflows/build-and-publish-image.yaml +++ b/.github/workflows/build-and-publish-image.yaml @@ -45,4 +45,4 @@ jobs: sudo apt install awscli -y aws s3 sync democluster/final \ s3://omnivector-public-assets/cloud-images/democluster/latest \ - --acl public-read --follow-symlinks --delete + --acl public-read --follow-symlinks --delete 1> /dev/null