fix: dont fetch master on deploy (#7)
All checks were successful
Deploy / build (push) Successful in 3s

- deploy runs on master branch, dont attempt to fetch it

Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/7
This commit is contained in:
Ben Vincent 2025-01-25 18:30:44 +11:00
parent b1cc207781
commit f9dfb09ce5

View File

@ -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 }}