Skip to content

Commit f30c43a

Browse files
fix: revert test code from ci.yml
1 parent 5f9278c commit f30c43a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/upload-to-s3.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
2121
# shellcheck disable=SC2002
2222
BASE="eclipse"
2323
AWS_REGION="${AWS_REGION:-us-east-1}"
24-
export AWS_REGION
2524
AWS_S3_BUCKET_NAME="${AWS_S3_BUCKET_NAME:-snyk-test}"
2625
DRY_RUN=
2726

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ jobs:
4848
./mvnw clean verify -DtrimStackTrace=false
4949
5050
- name: Upload binaries to static.snyk.io
51-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
51+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
5555
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5656
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
57-
DEBUG: "--debug"
5857
AWS_REGION: us-east-1
5958
run: |
6059
.github/upload-to-s3.sh preview

0 commit comments

Comments
 (0)