Skip to content

Commit 9f36208

Browse files
Fix legacy repo test ownership
1 parent 50bbb6f commit 9f36208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
ipfs/kubo:v0.36.0 \
7272
init --profile server
7373
74+
sudo chown -R 1000:1000 .ci-migration
75+
7476
test "$(tr -d '[:space:]' < .ci-migration/ipfs/repo/version)" = "16"
7577
peer_id_before="$(jq -r '.Identity.PeerID' .ci-migration/ipfs/repo/config)"
7678
test -n "${peer_id_before}"
7779
78-
sudo chown -R 1000:1000 .ci-migration
79-
8080
docker compose up --detach --no-build
8181
8282
for attempt in $(seq 1 60); do

0 commit comments

Comments
 (0)