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