diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1861d5d..0738051 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -20,9 +20,6 @@ jobs: name: Code Quality runs-on: ubuntu-latest steps: - - name: Install git - run: apt-get update && apt-get install -y git - - name: Checkout code uses: actions/checkout@v4 @@ -38,9 +35,6 @@ jobs: runs-on: ubuntu-latest needs: quality steps: - - name: Install git - run: apt-get update && apt-get install -y git - - name: Checkout code uses: actions/checkout@v4 @@ -63,9 +57,6 @@ jobs: needs: [quality, test] if: github.ref == 'refs/heads/develop' steps: - - name: Install git - run: apt-get update && apt-get install -y git - - name: Checkout code uses: actions/checkout@v4 @@ -89,9 +80,6 @@ jobs: needs: [quality, test] if: github.ref == 'refs/heads/main' steps: - - name: Install git - run: apt-get update && apt-get install -y git - - name: Checkout code uses: actions/checkout@v4