Skip to content

Commit 70aca66

Browse files
committed
Remove temp distribution IPFS path.
1 parent 6b386bf commit 70aca66

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

sharness/lib/test-lib.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ GUEST_TEST_DIR="sharness/$TEST_DIR_BASENAME"
3535

3636
CERTIFS='/etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt'
3737

38-
# TODO: remove this when migrations are availabe one the distributions site
39-
IPFS_DIST_PATH="/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
40-
4138
# This writes a docker ID on stdout
4239
start_docker() {
43-
docker run --rm -it -d -v "$CERTIFS" -v "$APP_ROOT_DIR:/mnt" -w "/mnt" -e "IPFS_DIST_PATH=$IPFS_DIST_PATH" "$DOCKER_IMG" /bin/bash
40+
docker run --rm -it -d -v "$CERTIFS" -v "$APP_ROOT_DIR:/mnt" -w "/mnt" "$DOCKER_IMG" /bin/bash
4441
}
4542

4643
# This takes a docker ID and a command as arguments

sharness/t0030-simple-migration.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_expect_success "fs-repo-migrations binary is here" '
88
test -f "$LOCAL_FS_REPO_MIG"
99
'
1010

11-
# TODO: remove this when migrations are availabe at the distributions site
12-
export IPFS_DIST_PATH="/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
13-
1411
test_expect_success "'fs-repo-migrations -v' works" '
1512
"$LOCAL_FS_REPO_MIG" -v >actual
1613
'

0 commit comments

Comments
 (0)