From f9dfb09ce528f11c60351ce9966daad896dca7c5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jan 2025 18:30:44 +1100 Subject: [PATCH] fix: dont fetch master on deploy (#7) - deploy runs on master branch, dont attempt to fetch it Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/7 --- .gitea/workflows/deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ec56b72..eceb5ad 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,10 +18,6 @@ jobs: with: fetch-depth: 0 - - name: Fetch master branch - run: | - git fetch origin master:master - - name: Run Packer Builds env: VAULT_ROLEID: ${{ secrets.PACKER_BUILDER_VAULT_ROLEID }}