From f7a4e43bd6c1db77c50d130d871ab9dbf5590c7e Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 14:02:31 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 2eb40b2..e6cf07e 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -9,7 +9,6 @@ jobs: volumes: - /mnt/swarm/gitea/runner/cache:/cache steps: - - name: Checkout repository uses: ztimson/actions/git/checkout@develop @@ -35,7 +34,6 @@ jobs: volumes: - /mnt/swarm/gitea/runner/cache:/cache steps: - - name: Checkout repository uses: ztimson/actions/git/checkout@develop @@ -58,7 +56,6 @@ jobs: volumes: - /mnt/swarm/gitea/runner/cache:/cache steps: - - name: Checkout repository uses: ztimson/actions/git/checkout@develop @@ -75,9 +72,7 @@ jobs: docker: name: Build docker image - container: docker steps: - - name: Checkout repository uses: ztimson/actions/git/checkout@develop