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.
1 parent 75be0bb commit caa4dc1Copy full SHA for caa4dc1
app.py
@@ -26,6 +26,7 @@
26
except KeyError:
27
buildSecret = defaultSecret
28
29
+# Configurations in CONFIGFILE will override other environment variables
30
try:
31
configFile = os.environ["CONFIGFILE"]
32
@@ -34,9 +35,9 @@
34
35
# Default configuration
36
37
config = {
- "workPath": workPath, #"work",
38
+ "workPath": workPath,
39
"remoteUrl": "https://github.com/CSCfi/csc-user-guide",
- "buildRoot": buildRoot, # "/home/jkataja/workspace/csc-user-guide/preview-bot/builds",
40
+ "buildRoot": buildRoot,
41
"debug": "False",
42
"secret": "changeme",
43
"prune": "True"
0 commit comments