mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix s3_url for release script for experimental
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
d7544217dd
commit
0f0f5ecd57
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ write_to_s3() {
|
||||||
|
|
||||||
s3_url() {
|
s3_url() {
|
||||||
case "$BUCKET" in
|
case "$BUCKET" in
|
||||||
get.docker.com|test.docker.com)
|
get.docker.com|test.docker.com|experimental.docker.com)
|
||||||
echo "https://$BUCKET"
|
echo "https://$BUCKET"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue