We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380fd61 commit c9787d5Copy full SHA for c9787d5
.circleci/config.yml
@@ -53,7 +53,6 @@ jobs:
53
BRANCHES='master candidate release'
54
if [[ " $BRANCHES " = *" $CIRCLE_BRANCH "* ]]; then
55
BUCKET=vasttester-origin-$CIRCLE_BRANCH.iabtechlab.com
56
- echo Installing
57
echo Deploying to $BUCKET...
58
aws s3 sync \
59
build/ \
0 commit comments