Skip to content

Commit

Permalink
Use https for git clones
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 21, 2024
1 parent bfdee6e commit 283359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-scripts/bump_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install packaging

export CHECKOUT_DIR=$(mktemp -d)
for r in $REPOS $REPOS_LINUX_ONLY; do
git clone git@github.com:angr/$r.git $CHECKOUT_DIR/$r --depth=1 --recursive
git clone https://github.com/angr/$r.git $CHECKOUT_DIR/$r --depth=1 --recursive
done

for i in $(ls $CHECKOUT_DIR); do
Expand Down

0 comments on commit 283359d

Please sign in to comment.