-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d268a8
commit 17f7e0b
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,17 +313,6 @@ jobs: | |
working-directory: ${{github.workspace}} | ||
run: ./.github/scripts/install-cmake.sh | ||
|
||
- name: Test cloud upload | ||
working-directory: ${{github.workspace}} | ||
run: | | ||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | ||
unzip awscliv2.zip | ||
./aws/install | ||
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY }} | ||
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_KEY }} | ||
aws configure set default.region eu-north-1 | ||
aws s3 cp ./README.md s3://plugdata-nightly/ | ||
- name: ccache | ||
uses: hendrikmuhs/[email protected] | ||
with: | ||
|
@@ -343,6 +332,9 @@ jobs: | |
|
||
- name: Upload to Cloud Storage | ||
run: | | ||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | ||
unzip awscliv2.zip | ||
./aws/install | ||
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY }} | ||
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_KEY }} | ||
aws configure set default.region eu-north-1 | ||
|