correct branch
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 10s

This commit is contained in:
Joseph Hanson 2024-07-02 22:49:27 -05:00
parent 58037e37c2
commit 5065dd9737
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -31,7 +31,7 @@ jobs:
- name: Fetch files
shell: bash
run: |
git checkout -b cdi-${KUBEVIRTCDI_VERSION} master || git checkout cdi-${KUBEVIRTCDI_VERSION}
git checkout -b cdi-${KUBEVIRTCDI_VERSION} main || git checkout cdi-${KUBEVIRTCDI_VERSION}
mkdir ./deploy
mv ./kustomization-cdi.tmpl.yaml ./deploy/kustomization.yaml