diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index 3e60f72..78e6da9 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -7,8 +7,12 @@ jobs: runs-on: debian-latest steps: - run: pwd - - run: ls -lh - run: echo "${{ gitea.workspace }}" + - run: git init + - run: git remote add gitea http://10.1.1.1:3000/hasslesstech/test3 + - run: git fetch + - run: git checkout master + - run: ls -lh - run: apt update - run: apt install -y gcc - name: Build funtions