Skip to content

Commit

Permalink
Use dist with migrations that have vtag
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Mar 25, 2021
1 parent 75b6a31 commit 4030608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sharness/t0030-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_description="ipfs-update install"
GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"

# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmZqzacg5Q8WpDL7SymogoaSZYw6RZT2kgPavymCmMwWse"
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down
2 changes: 1 addition & 1 deletion sharness/t0040-install-many.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_description="ipfs-update install with many different versions"

GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"
# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmZqzacg5Q8WpDL7SymogoaSZYw6RZT2kgPavymCmMwWse"
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down
2 changes: 1 addition & 1 deletion sharness/t0050-revert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_description="ipfs-update revert"

GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"
# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmZqzacg5Q8WpDL7SymogoaSZYw6RZT2kgPavymCmMwWse"
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down

0 comments on commit 4030608

Please sign in to comment.