We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1788152 commit 3c29cbbCopy full SHA for 3c29cbb
1 file changed
.circleci/config.yml
@@ -42,8 +42,9 @@ jobs:
42
command: |
43
aws configure set aws_access_key_id $ACCESSKEY
44
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"
+ aws s3 sync target/ s3://my-test-1-bucket/ --delete
+ echo "Build artifact uploaded to S3"
47
+
48
49
workflows:
50
version: 2
0 commit comments