summaryrefslogtreecommitdiff
path: root/source/orch_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/orch_config.py')
-rw-r--r--source/orch_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/orch_config.py b/source/orch_config.py
index f760e45..d138990 100644
--- a/source/orch_config.py
+++ b/source/orch_config.py
@@ -42,7 +42,8 @@ columns = [
Column( name = "1. Integration",
category = "repo_update",
trigger = 'firehose_trigger.sh',
- properties = [('repo_name','no repo name given')]),
+ properties = [('repo_name','no repo name given'),
+ ('ref','no ref given')]),
Column( name = "2. Build",
category = "definitions_update",
trigger = 'builders_trigger.sh',