test flow v2
All checks were successful
Test Build / test-build (push) Successful in 13s

This commit is contained in:
2025-07-25 13:49:13 +03:00
parent 715f1f992c
commit 0fa431350d

View File

@@ -22,7 +22,7 @@ jobs:
chmod 700 /root/.ssh chmod 700 /root/.ssh
ssh-keyscan -p 2222 10.25.100.250 >> /root/.ssh/known_hosts ssh-keyscan -p 2222 10.25.100.250 >> /root/.ssh/known_hosts
rm -rf /tmp/olaper 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 - name: Build test Docker image
run: | run: |