mirror of
https://github.com/kennethreitz/bob-builder.git
synced 2026-06-05 23:20:17 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
import os
|
|
|
|
HEROKUISH_IMAGE = os.environ.get("HEROKUISH_IMAGE", "gliderlabs/herokuish:latest")
|
|
BUILD_TIMEOUT = 60 * 60
|