Skip to content

Commit 0ad7963

Browse files
committed
[revert] hijack the branch to point at to see if it works
1 parent 25d6b60 commit 0ad7963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/checkout_complement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ for BRANCH_NAME in "$GITHUB_HEAD_REF" "$GITHUB_BASE_REF" "${GITHUB_REF#refs/head
2121
continue
2222
fi
2323

24-
(wget -O - "https://github.com/famedly/complement/archive/$BRANCH_NAME.tar.gz" | tar -xz --strip-components=1 -C complement) && break
24+
(wget -O - "https://github.com/famedly/complement/archive/msc3911.tar.gz" | tar -xz --strip-components=1 -C complement) && break
2525
done

0 commit comments

Comments
 (0)