We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01dbcd commit 6121d9cCopy full SHA for 6121d9c
1 file changed
scripts/remote_install.sh
@@ -35,7 +35,7 @@ function CloneDirigent() {
35
current_branch=$(git rev-parse --abbrev-ref HEAD)
36
default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
37
remote_branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} >/dev/null 2>&1 && echo "$current_branch" || echo "$default_branch")
38
- RemoteExec $1 "git clone --branch=$remote_branch git@github.com:eth-easl/cluster_manager.git ~/cluster_manager"
+ RemoteExec $1 "git clone --branch=$remote_branch https://github.com/eth-easl/dirigent.git ~/cluster_manager"
39
fi
40
}
41
0 commit comments