fix: dont fetch master on deploy (#7)
All checks were successful
Deploy / build (push) Successful in 3s
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:
parent
b1cc207781
commit
f9dfb09ce5
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user