Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 65f8714

Browse files
author
Keerthan Mala
committed
fix(objectstore):set properly builder bucket file environment variable
1 parent 4f4ebb5 commit 65f8714

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def log(msg):
3131

3232

3333
def download_file(tar_path):
34+
os.putenv('BUCKET_FILE', "/var/run/secrets/deis/objectstore/creds/builder-bucket")
3435
if os.getenv('BUILDER_STORAGE') == "minio":
3536
os.makedirs("/tmp/objectstore/minio")
3637
bucketFile = open('/tmp/objectstore/minio/builder-bucket', 'w')

0 commit comments

Comments
 (0)