Skip to content

Commit 9fd1d67

Browse files
authored
Merge pull request #6 from CABLE-LSM/use-branches-of-other-users
Add ability to use branches of other users
2 parents 661a6ac + 8c51ddb commit 9fd1d67

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

config.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,16 @@
1515
#
1616
# Strings can be given with or without double or single quotes.
1717

18-
user: ccc561
1918
project: w97
2019

2120
experiment: five-site-test
2221

2322
realisations: [
2423
{
25-
name: "trunk",
26-
trunk: True,
27-
share_branch: False,
24+
path: "trunk",
2825
},
2926
{
30-
name: "v3.0-YP-changes",
31-
trunk: False,
32-
share_branch: False,
27+
path: "branches/Users/ccc561/v3.0-YP-changes",
3328
}
3429
]
3530

0 commit comments

Comments
 (0)