Skip to content

Commit 694e3a4

Browse files
committed
Create rustup-builds bucket in local environment
1 parent ad86e13 commit 694e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MINIO_URL="http://${MINIO_HOST}:${MINIO_PORT}"
1111
MINIO_ACCESS_KEY="access_key"
1212
MINIO_SECRET_KEY="secret_key"
1313

14-
MINIO_BUCKETS=( "static" "artifacts" )
14+
MINIO_BUCKETS=( "static" "artifacts" "rustup-builds" )
1515

1616
# Quit immediately when docker-compose receives a Ctrl+C
1717
trap exit EXIT

0 commit comments

Comments
 (0)