CI: clone the main branch in the dev-track job
Some checks failed
dev release / build (push) Failing after 7m36s
Some checks failed
dev release / build (push) Failing after 7m36s
The job still checked out `dev`, which no longer exists.
This commit is contained in:
parent
7ae40e58a3
commit
a80c49593d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
rm -rf src && mkdir src
|
||||
git clone --branch dev --depth 1 \
|
||||
git clone --branch main --depth 1 \
|
||||
"https://git.breadway.dev/${GITHUB_REPOSITORY}.git" src
|
||||
|
||||
- name: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue