GHA: Debug upload to Akamai from maven
This commit is contained in:
@@ -19,7 +19,7 @@ on:
|
||||
skip_tests:
|
||||
description: skip ls tests execution
|
||||
required: false
|
||||
default: false
|
||||
default: true
|
||||
type: boolean
|
||||
sts4-language-servers-version:
|
||||
description: version of sts4 ls extensions
|
||||
@@ -73,6 +73,16 @@ jobs:
|
||||
echo "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY" >> $GITHUB_ENV
|
||||
echo "AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN" >> $GITHUB_ENV
|
||||
echo "AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION" >> $GITHUB_ENV
|
||||
- name: Test Akamai Upload
|
||||
env:
|
||||
AWS_DEFAULT_REGION: us-east-1
|
||||
run: |
|
||||
file="upload-test.txt"
|
||||
echo 'Upload test file' > $file
|
||||
cat $file
|
||||
echo $AWS_SESSION_TOKEN
|
||||
aws s3 mv ./$file s3://tools-spring-io/test-akamai/$file
|
||||
aws s3 rm s3://tools-spring-io/test-akamai/$file
|
||||
- name: Build Eclipse LS extensions
|
||||
env:
|
||||
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
Reference in New Issue
Block a user