File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "$BUILDER_STORAGE" == "minio" ]; then
77 mkdir -p /app/objectstore/minio/
88 echo " git" > /app/objectstore/minio/builder-bucket
99 export BUCKET_FILE=/app/objectstore/minio/builder-bucket
10- elif [ " $BUILDER_STORAGE " == " azure" ]; then
10+ elif [ " $BUILDER_STORAGE " == " azure" ] || [ " $BUILDER_STORAGE " == " swift " ] ; then
1111 export CONTAINER_FILE=/var/run/secrets/deis/objectstore/creds/builder-container
1212fi
1313objstorage --storage-type=" $BUILDER_STORAGE " download " $TAR_PATH " " $GET_PATH "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PROC_PATH=/tmp/build/Procfile
66export BUCKET_FILE=/var/run/secrets/deis/objectstore/creds/builder-bucket
77if [ " $BUILDER_STORAGE " == " minio" ]; then
88 export BUCKET_FILE=/app/objectstore/minio/builder-bucket
9- elif [ " $BUILDER_STORAGE " == " azure" ]; then
9+ elif [ " $BUILDER_STORAGE " == " azure" ] || [ " $BUILDER_STORAGE " == " azure " ] ; then
1010 export CONTAINER_FILE=/var/run/secrets/deis/objectstore/creds/builder-container
1111fi
1212objstorage --storage-type=" $BUILDER_STORAGE " upload " $SLUG_PATH " " ${PUT_PATH} /slug.tgz"
You can’t perform that action at this time.
0 commit comments