17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -13,8 +13,21 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get Variables and Clone
|
- name: Get Variables
|
||||||
uses: ./.github/workflows/clone
|
uses: ./.github/workflows/parse
|
||||||
|
|
||||||
|
- name: Checkout Repo
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do
|
||||||
|
echo "Clone failed!"
|
||||||
|
sleep 5
|
||||||
|
echo "Trying clone again..."
|
||||||
|
rm -rf ./eden || true
|
||||||
|
done
|
||||||
|
|
||||||
|
cd eden
|
||||||
|
git reset --hard $FORGEJO_TAG
|
||||||
|
|
||||||
- name: Pack
|
- name: Pack
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user