File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ targetDirB="tmp/${branchB}"
16
16
export NODE_ENV=test
17
17
otomi values
18
18
helmfile template $templateArgs --output-dir-template=" ../$targetDirB /{{.Release.Namespace}}-{{.Release.Name }}"
19
- rm tests/fixtures/values-repo.yaml
19
+ mv tests/fixtures/values-repo.yaml $targetDirB /values-repo.yaml
20
20
git checkout $branchA
21
21
# we remove previously rendered manifests so they are not mixed up with newly rendered
22
22
rm -rf $targetDirA
23
23
otomi values
24
24
helmfile template $templateArgs --output-dir-template=" ../$targetDirA /{{.Release.Namespace}}-{{.Release.Name}}"
25
- rm tests/fixtures/values-repo.yaml
25
+ mv tests/fixtures/values-repo.yaml $targetDirA /values-repo.yaml
26
26
git checkout $branchB
27
27
28
28
# order of arguments matters so new chanages are green color
You can’t perform that action at this time.
0 commit comments