test
Some checks failed
Gitea Actions Demo / execute (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled

This commit is contained in:
2026-02-22 00:56:49 -06:00
parent db3d5fe286
commit 8742122683

View File

@@ -15,8 +15,6 @@ jobs:
- name: build - name: build
run: | run: |
echo "building..." echo "building..."
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
cat /etc/hosts
curl git.vxbard.net || true curl git.vxbard.net || true
g++ -o app main.cpp g++ -o app main.cpp
@@ -32,10 +30,6 @@ jobs:
image: git.vxbard.net/homeburger/bard-cpp-builder:1.0 image: git.vxbard.net/homeburger/bard-cpp-builder:1.0
needs: build needs: build
steps: steps:
- name: dummy
run: |
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
- name: download - name: download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: