Skip to content

Commit 7d973da

Browse files
committed
another sed command fix
1 parent 7715a98 commit 7d973da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
176176
- name: 'Swap primary and replica nodes in inventory'
177177
run: |
178-
sed -i .sedbak 's/role: primary$/role: failed/;s/primary/__tmp__/;s/spare-replica/__tmp2__/;s/replica/primary/;s/__tmp__/replica/;s/__tmp2__/replica/' \
178+
sed -i.sedbak 's/role: primary$/role: failed/;s/primary/__tmp__/;s/spare-replica/__tmp2__/;s/replica/primary/;s/__tmp__/replica/;s/__tmp2__/replica/' \
179179
spec/fixtures/litmus_inventory.yaml
180180
181181
- name: 'Upgrade PE on test cluster'

0 commit comments

Comments
 (0)