Skip to content
Snippets Groups Projects
Commit e4290f43 authored by Fabian Kromer's avatar Fabian Kromer Committed by GitHub
Browse files

Make Integration scripts work with Sandstorm

Fixing #6339
parent d61d2d5b
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ const myCommand :Spk.Manifest.Command = (
(key = "SANDSTORM", value = "1"),
(key = "Statistics_reporting", value = "false"),
(key = "Accounts_AllowUserAvatarChange", value = "false"),
(key = "Accounts_AllowUserProfileChange", value = "false")
(key = "Accounts_AllowUserProfileChange", value = "false"),
(key = "BABEL_CACHE_DIR", value = "/var/babel_cache")
]
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment