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.
2 parents 661a6ac + 8c51ddb commit 9fd1d67Copy full SHA for 9fd1d67
1 file changed
config.yaml
@@ -15,21 +15,16 @@
15
#
16
# Strings can be given with or without double or single quotes.
17
18
-user: ccc561
19
project: w97
20
21
experiment: five-site-test
22
23
realisations: [
24
{
25
- name: "trunk",
26
- trunk: True,
27
- share_branch: False,
+ path: "trunk",
28
},
29
30
- name: "v3.0-YP-changes",
31
- trunk: False,
32
+ path: "branches/Users/ccc561/v3.0-YP-changes",
33
}
34
]
35
0 commit comments