diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-29 13:57:56 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-08-29 13:57:56 +0200 |
commit | c24491a8dfa79e1ca7f48c3b393a9d7b427eb9df (patch) | |
tree | 748d12024f97e2f6bdd99332d80c99778360179e /scalingo.json | |
parent | c4b34791733de5b396a726aeff3f16d349e56c7e (diff) | |
parent | 702a92629968db91e88b785a7cfdf78998719a20 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'scalingo.json')
-rw-r--r-- | scalingo.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scalingo.json b/scalingo.json index 873731ac9..dd8fb5530 100644 --- a/scalingo.json +++ b/scalingo.json @@ -91,6 +91,11 @@ "description": "Internal scalingo configuration", "required": true, "value": "https://github.com/Scalingo/multi-buildpack.git" + }, + "WITH_FFPROBE": { + "description": "Internal scalingo configuration to install ffprobe", + "required": true, + "value": "true" } }, "scripts": { |