Skip to content

Commit

Permalink
lisa: Use git protocol instead of HTTP when cloning gitlab
Browse files Browse the repository at this point in the history
Gitlab seems to have some troubles with HTTPS clones redirecting to sign
in page, so use git protocol instead.
  • Loading branch information
douglas-raillard-arm committed Sep 27, 2024
1 parent 3a98dc4 commit d610465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -x
cd target-repo || exit 1
git remote add gitlab https://git.gitlab.arm.com/tooling/lisa.git
git remote add gitlab git@git.gitlab.arm.com:tooling/lisa.git
function mirror() {
local ref=$1
Expand Down

0 comments on commit d610465

Please sign in to comment.