Update path used for file copy

This commit is contained in:
Chris Roberts 2019-06-19 16:20:48 -07:00
parent 263203e47c
commit e61e82511d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
s3_dst="${ASSETS_PRIVATE_BUCKET}/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/"
fi
s3_dst="${ASSETS_PRIVATE_BUCKET}/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_TAG}/"
aws s3 cp ./vagrant-*.gem "${s3_dst}" > .output 2>&1
aws s3 cp vagrant-*.gem "${s3_dst}" > .output 2>&1
- *PRIVATE_FAILURE
release:
<<: *builder