File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/acceptance/semiautomation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function patchYamlFile
9999 set -l RESULT $argv [4]
100100 cp " $YAMLFILE " " $RESULT "
101101 sed -i " s|@IMAGE@|$IMAGE |" " $RESULT "
102- sed -i " s|@ENVIRONMENT|$ENVIRONMENT |" " $RESULT "
102+ sed -i " s|@ENVIRONMENT@ |$ENVIRONMENT |" " $RESULT "
103103end
104104
105105function checkImages
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ source helper.fish
44
55set -g TESTNAME test7a
66set -g TESTDESC " Deployment of 2 clusters with sync with DC2DC (production, enterprise)"
7- set -g YAMLFILE cluster-sync .yaml
7+ set -g YAMLFILE cluster-sync1 .yaml
88set -g YAMLFILE2 cluster-sync2.yaml
9- set -g DEPLOYMENT acceptance-cluster
9+ set -g DEPLOYMENT acceptance-cluster1
1010set -g DEPLOYMENT2 acceptance-cluster2
1111printheader
1212
You can’t perform that action at this time.
0 commit comments