From 5e67fc9e6e17b3ec8e82e2ffaa1da18ae886ba49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 13 Jan 2024 15:53:17 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c1fadf5..0a29e01 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,8 +17,8 @@ jobs: git config --global user.email "radim@lipovcan.cz" - name: Build | Clone repository run: | - git clone https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop - cd ExcellentShop && ls -lah + git https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop + cd ExcellentShop && git checkout patch-1 && ls -lah - name: Build | Gradlew build run: | cd ExcellentShop && ls -lah