Commit 6238994a authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #131 from dulaccc/fix-build-api-compilation

Use a default SLUG_ID value
parents 7ba2fe66 a5c39384
......@@ -37,6 +37,7 @@ export BPWATCH_STORE_PATH=$CACHE_DIR/bpwatch.json
BUILDPACK_VERSION=v28
# Support Anvil Build_IDs
[ ! "$SLUG_ID" ] && SLUG_ID="defaultslug"
[ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
# Sanitizing environment variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment