We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff2ccc commit 69b9ce1Copy full SHA for 69b9ce1
.github/workflows/build.yml
@@ -111,6 +111,11 @@ jobs:
111
AWS_ENDPOINT_URL: ${{ secrets.AWS_ENDPOINT_URL }}
112
AWS_REGION: "auto"
113
run: |
114
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
115
+ unzip awscliv2.zip
116
+ sudo ./aws/install --update
117
+ aws --version
118
+
119
if [[ -z $AWS_ACCESS_KEY_ID || -z $AWS_SECRET_ACCESS_KEY || -z $AWS_ENDPOINT_URL ]]; then
120
echo "Artifactory credentials are not defined. Most likely action is running from pull request. Not a bug."
121
exit 0
0 commit comments