diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 8f99772..21a684d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: container-setup - run: echo "10.145.164.106 git.vxbard.net" >> /etc/hosts + run: echo "test - name: build run: g++ -o app main.cpp @@ -31,8 +31,7 @@ jobs: needs: build steps: - name: container-setup - run: echo "10.145.164.106 git.vxbard.net" >> /etc/hosts - + run: echo test" - name: download uses: actions/download-artifact@v3 with: