Skip to content

Commit

Permalink
Using AWS CLI to Put Resource Objects
Browse files Browse the repository at this point in the history
Instead of using the shells command line to copy the resource files use the AWS CLI.
  • Loading branch information
AvocadoMoon committed Sep 18, 2023
1 parent 551305a commit 2715742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Put test resources in S3Proxy Container
run: |
sudo cp -r ${{ github.workspace }}/src/test/resources /dockerImage/data
aws --endpoint-url=http://127.0.0.1:4000 --region site2-low s3 cp ${{ github.workspace }}/src/test/resources s3://nfive/ --recursive
curl http://127.0.0.1:4000/ | grep -c "nfive"
- name: Set up JDK 8
Expand Down

0 comments on commit 2715742

Please sign in to comment.