mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
fix undefined upstream
This commit is contained in:
@@ -31,6 +31,7 @@ BUILD_PATH_MARKER = '# Build Path: '
|
||||
|
||||
s3 = boto.connect_s3()
|
||||
bucket = s3.get_bucket(S3_BUCKET)
|
||||
upstream = None
|
||||
if UPSTREAM_S3_BUCKET:
|
||||
upstream = s3.get_bucket(S3_BUCKET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user