Skip to content

Commit 6f1a4f8

Browse files
committed
Fixes.
1 parent 96e2c26 commit 6f1a4f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/acceptance/semiautomation/helper.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
103103
end
104104

105105
function checkImages

tests/acceptance/semiautomation/test7a.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ source helper.fish
44

55
set -g TESTNAME test7a
66
set -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
88
set -g YAMLFILE2 cluster-sync2.yaml
9-
set -g DEPLOYMENT acceptance-cluster
9+
set -g DEPLOYMENT acceptance-cluster1
1010
set -g DEPLOYMENT2 acceptance-cluster2
1111
printheader
1212

0 commit comments

Comments
 (0)