From 0fa431350d787a45c8dc1e921e5ae978092d0d99 Mon Sep 17 00:00:00 2001 From: SERTY Date: Fri, 25 Jul 2025 13:49:13 +0300 Subject: [PATCH] test flow v2 --- .gitea/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/testing.yml b/.gitea/workflows/testing.yml index 1422a22..da021ae 100644 --- a/.gitea/workflows/testing.yml +++ b/.gitea/workflows/testing.yml @@ -22,7 +22,7 @@ jobs: chmod 700 /root/.ssh ssh-keyscan -p 2222 10.25.100.250 >> /root/.ssh/known_hosts rm -rf /tmp/olaper - git clone --branch dev ssh://git@10.25.100.250:2222/serty/olaper.git /tmp/olaper + git clone --branch main ssh://git@10.25.100.250:2222/serty/olaper.git /tmp/olaper - name: Build test Docker image run: |