mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
fix s3_url for release script for experimental
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ write_to_s3() {
|
||||
|
||||
s3_url() {
|
||||
case "$BUCKET" in
|
||||
get.docker.com|test.docker.com)
|
||||
get.docker.com|test.docker.com|experimental.docker.com)
|
||||
echo "https://$BUCKET"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user