diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e0c028..5715718 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: matrix: el_version: [7, 8] env: + AWS_DEFAULT_REGION: us-east-1 REPO_ENDPOINT: https://spel-packages.cloudarmor.io REPO_BUCKET: spel-packages REPO_PREFIX: repo @@ -35,6 +36,12 @@ jobs: - name: Clone this git repository uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + - name: wut + run: | + set -x + REPO_ENDPOINT=${{ env.REPO_ENDPOINT }} + echo https://${REPO_ENDPOINT} + - name: Retrieve existing spel-packages yum repo run: aws s3 sync --no-sign-request --exact-timestamps --endpoint-url ${{ env.REPO_ENDPOINT }} s3://${{ env.REPO_BUCKET }}/${{ env.REPO_PREFIX }} ./${{ env.REPO_PATH }}