Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6db9f6941c | ||
|
|
182cd7d0d6 |
@@ -39,7 +39,7 @@ jobs:
|
||||
repo_url="${CI_SERVER_URL}/${CI_REPOSITORY}.git"
|
||||
|
||||
rm -rf "$workspace/.git"
|
||||
git init "$workspace"
|
||||
git init -b ci "$workspace"
|
||||
git -C "$workspace" remote add origin "$repo_url"
|
||||
|
||||
if [[ -n "${CI_TOKEN}" ]]; then
|
||||
@@ -50,7 +50,6 @@ jobs:
|
||||
fi
|
||||
|
||||
git -C "$workspace" checkout --detach FETCH_HEAD
|
||||
git -C "$workspace" submodule update --init --recursive --depth=1
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
Submodule reference/V2bX deleted from 71277de69e
Submodule reference/Xboard deleted from 13756956a6
Submodule reference/Xboard-Node deleted from 598b6b531b
Submodule reference/xboard-user deleted from 0fbd24ed65
Reference in New Issue
Block a user