Download anonymously from S3
This commit is contained in:
parent
b13b2aca86
commit
fed2b4571d
2
Makefile
2
Makefile
|
@ -218,7 +218,7 @@ pull: # I=<image> : Pull last published Riju image from Docker Hub
|
||||||
download: # L=<lang> T=<type> : Download last published .deb from S3
|
download: # L=<lang> T=<type> : Download last published .deb from S3
|
||||||
@: $${L} $${T} $${S3_BUCKET}
|
@: $${L} $${T} $${S3_BUCKET}
|
||||||
mkdir -p $(BUILD)
|
mkdir -p $(BUILD)
|
||||||
aws s3 cp $(S3_DEB) $(BUILD)/$(DEB)
|
aws s3 cp $(S3_DEB) $(BUILD)/$(DEB) --no-sign-request
|
||||||
|
|
||||||
plan: # Display plan to pull/rebuild outdated or missing artifacts
|
plan: # Display plan to pull/rebuild outdated or missing artifacts
|
||||||
node tools/plan-publish.js
|
node tools/plan-publish.js
|
||||||
|
|
Loading…
Reference in New Issue