From 17b66e1ee0b44c2c6b7ee685fb39bd1822be9213 Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 14 Jul 2023 10:35:58 -0400 Subject: [PATCH] GH Hosted: attempt to upload to s3 --- .github/workflows/experimental-eclipse-distro-build.yml | 8 ++++---- .github/workflows/snapshot-e429-eclipse-distro-build.yml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/experimental-eclipse-distro-build.yml b/.github/workflows/experimental-eclipse-distro-build.yml index 6779acf59..80a97b82f 100644 --- a/.github/workflows/experimental-eclipse-distro-build.yml +++ b/.github/workflows/experimental-eclipse-distro-build.yml @@ -126,8 +126,8 @@ jobs: run: | dist_path=`cat s3-dist-path.txt` ls spring-tool-suite-4*.zip* - echo "aws s3 sync rm spring-tool-suite-4*.zip* s3://dist.springsource.com/${dist_path}" - echo "aws s3 sync cp spring-tool-suite-4*.zip* s3://dist.springsource.com/${dist_path}" + aws s3 sync rm spring-tool-suite-4*.zip* s3://dist.springsource.com/${dist_path} + aws s3 sync cp spring-tool-suite-4*.zip* s3://dist.springsource.com/${dist_path} ls spring-tool-suite-4*.jar* - echo "aws s3 sync rm spring-tool-suite-4*.jar* s3://dist.springsource.com/${dist_path}" - echo "aws s3 sync cp spring-tool-suite-4*.jar* s3://dist.springsource.com/${dist_path}" + aws s3 sync rm spring-tool-suite-4*.jar* s3://dist.springsource.com/${dist_path} + aws s3 sync cp spring-tool-suite-4*.jar* s3://dist.springsource.com/${dist_path} diff --git a/.github/workflows/snapshot-e429-eclipse-distro-build.yml b/.github/workflows/snapshot-e429-eclipse-distro-build.yml index 4098f86fe..e0fe301e3 100644 --- a/.github/workflows/snapshot-e429-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e429-eclipse-distro-build.yml @@ -14,5 +14,4 @@ jobs: with: eclipse_profile: 'e429' build_type: 'snapshot' - ref: 'main' secrets: inherit \ No newline at end of file