Compare commits

..

5 Commits

Author SHA1 Message Date
87bc4d22f0 feat: fetch master during build
Some checks failed
Build / build (pull_request) Failing after 3s
- fetch master branch during build.sh process
- ensure the clean target is called with the default
2025-01-25 17:04:08 +11:00
29a4d9b0d0 fix: enable fetch-depth for code_checkout
Some checks failed
Build / build (pull_request) Failing after 3s
2025-01-25 16:58:56 +11:00
50626df505 feat: remove incus from builds file
- this will prevent incus images from building
2025-01-25 16:54:15 +11:00
088e97b1d3 feat: add build workflows
Some checks failed
Build / build (pull_request) Failing after 31s
2025-01-25 16:48:33 +11:00
c6e1975385 fix: dont build incus images
- pending physical build nodes before enabling deployment of incus images
2025-01-25 16:41:05 +11:00
2 changed files with 0 additions and 8 deletions

View File

@ -16,10 +16,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Fetch master branch
run: |
git fetch origin master:master
- name: Show changed files - name: Show changed files
run: | run: |
git diff --name-only master git diff --name-only master

View File

@ -25,10 +25,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Fetch master branch
run: |
git fetch origin master:master
- name: Run Packer Builds - name: Run Packer Builds
env: env:
VAULT_ROLEID: ${{ secrets.PACKER_BUILDER_VAULT_ROLEID }} VAULT_ROLEID: ${{ secrets.PACKER_BUILDER_VAULT_ROLEID }}