Skip to content

Commit

Permalink
undo all file safing
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Nov 27, 2023
1 parent 6c94a85 commit 9c0e4b0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17, 21 ]
distribution: [ temurin ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -66,24 +65,3 @@ jobs:
JAVA_HOME: ${{ steps.setup_test_jdk.outputs.path }}
run: |
./mvnw surefire:test
- id: package
name: Archive the build folder
if: failure()
run: |
FOLDER=$(basename `pwd`)
cd ..
tar czf ${{ runner.temp }}/${{ env.tarFile }} --exclude=.git $FOLDER
mv ${{ runner.temp }}/${{ env.tarFile }} ${{ github.workspace }}
- uses: keithweaver/[email protected]
id: upload
name: Upload the build archive to S3
if: failure()
with:
command: cp
source: ${{ github.workspace }}/${{ env.tarFile }}
destination: s3://github-action-error-logs/${{ github.repository }}/${{ env.tarFile }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: us-east-1

0 comments on commit 9c0e4b0

Please sign in to comment.