File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ repositories:
99 location : http://sdc.softwareag.com/dataservewebM100/repository/
1010 username : you@company.com
1111 password : yourpass
12- fix :
13- Empower :
14- username : you@company.com
15- password : yourpass
12+ # fix:
13+ # Empower:
14+ # username: you@company.com
15+ # password: yourpass
1616
1717 # local mirror repositories
1818
@@ -22,7 +22,7 @@ repositories:
2222 # username: Administrator
2323 # password: manage
2424 # fix:
25- # products :
25+ # fixes :
2626 # location: http://docker.for.mac.localhost:8092/fix-fixes-10.1/repository/
2727 # username: Administrator
2828 # password: manage
@@ -35,6 +35,7 @@ repositories:
3535 # name: 101oct2017_SIC
3636 # username: latest
3737 # password: latest
38+ # fix:
3839 # fixes:
3940 # host: aquarius-dae.eur.ad.sag
4041 # name: GA_Fix_Repo
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ alias: container
33environments :
44 default :
55 repo.product : products
6- repo.fix : fixes
6+ # repo.fix: fixes
77
88layers :
99 runtime :
1010 productRepo : ${repo.product}
11- fixRepo : ${repo.fix}
11+ # fixRepo: ${repo.fix}
1212 templates : msc-server
1313
1414templates :
1515 msc-server :
16- fixes : []
16+ # fixes: []
1717 products :
1818 MSC :
1919 default :
You can’t perform that action at this time.
0 commit comments