Skip to content

Commit

Permalink
Update Git repo URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor authored and calebcartwright committed Nov 6, 2022
1 parent eb07a5e commit ad9fb89
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions ci/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,28 @@ case ${INTEGRATION} in
cd -
;;
crater)
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
git clone --depth=1 https://github.com/rust-lang/${INTEGRATION}.git
cd ${INTEGRATION}
show_head
check_fmt_with_lib_tests
cd -
;;
bitflags)
git clone --depth=1 https://github.com/bitflags/${INTEGRATION}.git
cd ${INTEGRATION}
show_head
check_fmt_with_all_tests
cd -
;;
error-chain | tempdir)
git clone --depth=1 https://github.com/rust-lang-deprecated/${INTEGRATION}.git
cd ${INTEGRATION}
show_head
check_fmt_with_all_tests
cd -
;;
*)
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
git clone --depth=1 https://github.com/rust-lang/${INTEGRATION}.git
cd ${INTEGRATION}
show_head
check_fmt_with_all_tests
Expand Down

0 comments on commit ad9fb89

Please sign in to comment.