Skip to content

Commit 065cc37

Browse files
Fix migration version assertion
1 parent 3d0b0f3 commit 065cc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-repo-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
done
9898
9999
test "$(docker inspect --format '{{.State.Health.Status}}' truthgate)" = "healthy"
100-
test "$(docker exec truthgate tr -d '[:space:]' </data/ipfs/repo/version)" = "18"
100+
test "$(docker exec truthgate sh -lc "tr -d '[:space:]' </data/ipfs/repo/version")" = "18"
101101
102102
peer_id_after="$(docker exec truthgate ipfs config Identity.PeerID)"
103103
test "${peer_id_before}" = "${peer_id_after}"

0 commit comments

Comments
 (0)