Skip to content

Commit 3c29cbb

Browse files
authored
Update config.yml
1 parent 1788152 commit 3c29cbb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
command: |
4343
aws configure set aws_access_key_id $ACCESSKEY
4444
aws configure set aws_secret_access_key $SECRETEKEY
45-
aws s3 sync target/class/ s3://my-test-1-bucket/ --delete
46-
echo "Build artifact uploaded to S3"
45+
aws s3 sync target/ s3://my-test-1-bucket/ --delete
46+
echo "Build artifact uploaded to S3"
47+
4748
4849
workflows:
4950
version: 2

0 commit comments

Comments
 (0)