We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestApiXX/TestGetVersion
PEERDB_VERSION_SHA_SHORT
1 parent 51abd2b commit 028d6b0Copy full SHA for 028d6b0
1 file changed
Tiltfile
@@ -6,7 +6,7 @@ docker_build('flow-api', '.',
6
dockerfile='stacks/flow.Dockerfile',
7
target='flow-api',
8
only=['flow/', 'stacks/flow.Dockerfile'],
9
- build_args={'PEERDB_VERSION_SHA_SHORT': os.getenv('PEERDB_VERSION_SHA_SHORT', '')},
+ build_args={'PEERDB_VERSION_SHA_SHORT': os.getenv('PEERDB_VERSION_SHA_SHORT', 'unknown')},
10
)
11
12
docker_build('flow-worker', '.',
0 commit comments