clean it up
All checks were successful
Gitea Actions Demo / build (push) Successful in 3s
Gitea Actions Demo / execute (push) Successful in 2s

This commit is contained in:
2026-02-22 00:00:29 -06:00
parent 35c679745c
commit db3d5fe286

View File

@@ -35,7 +35,6 @@ jobs:
- name: dummy - name: dummy
run: | run: |
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
cat /etc/hosts
- name: download - name: download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
@@ -44,8 +43,5 @@ jobs:
- name: execute - name: execute
run: | run: |
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
echo "127.0.0.1 git.vxbard.net" >> /etc/hosts
cat /etc/hosts
chmod +x app chmod +x app
./app ./app