We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bbb6f commit 9f36208Copy full SHA for 9f36208
1 file changed
.github/workflows/docker-repo-migration.yml
@@ -71,12 +71,12 @@ jobs:
71
ipfs/kubo:v0.36.0 \
72
init --profile server
73
74
+ sudo chown -R 1000:1000 .ci-migration
75
+
76
test "$(tr -d '[:space:]' < .ci-migration/ipfs/repo/version)" = "16"
77
peer_id_before="$(jq -r '.Identity.PeerID' .ci-migration/ipfs/repo/config)"
78
test -n "${peer_id_before}"
79
- sudo chown -R 1000:1000 .ci-migration
-
80
docker compose up --detach --no-build
81
82
for attempt in $(seq 1 60); do
0 commit comments