mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-07 13:52:39 +00:00
Rename collection to kubevirt.core
This replaces all occurences of the old kubernetes.core name. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ansible_collections/kubernetes/kubevirt
|
||||
path: ansible_collections/kubevirt/core
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
mkdir -p /home/runner/.kube/
|
||||
cp -rp ${GITHUB_WORKSPACE}/ansible_collections/kubernetes/kubevirt/tests/.kubeconfig /home/runner/.kube/config
|
||||
cp -rp ${GITHUB_WORKSPACE}/ansible_collections/kubevirt/core/tests/.kubeconfig /home/runner/.kube/config
|
||||
cat /home/runner/.kube/config
|
||||
sanity:
|
||||
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
|
||||
|
||||
Reference in New Issue
Block a user