correct branch
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 10s
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 10s
This commit is contained in:
parent
58037e37c2
commit
5065dd9737
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Fetch files
|
- name: Fetch files
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
mkdir ./deploy
|
||||||
|
|
||||||
mv ./kustomization-cdi.tmpl.yaml ./deploy/kustomization.yaml
|
mv ./kustomization-cdi.tmpl.yaml ./deploy/kustomization.yaml
|
||||||
|
|
Loading…
Reference in a new issue