From cc9ecdf477fc871a898f5690a721f14884673682 Mon Sep 17 00:00:00 2001 From: Quique Llorente Date: Fri, 24 Jul 2020 11:04:07 +0200 Subject: [PATCH] Populate base and providers Signed-off-by: Quique Llorente --- automation/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/release.sh b/automation/release.sh index 6ba53979a9..4b062b42cf 100755 --- a/automation/release.sh +++ b/automation/release.sh @@ -40,9 +40,9 @@ function provision_and_publish_providers() { done } -#build_and_publish_base_images +build_and_publish_base_images -#provision_and_publish_providers +provision_and_publish_providers pushd cluster-provision/gocli make cli \ @@ -82,7 +82,7 @@ git tag $tag git config credential.helper '!f() { sleep 1; echo "username=${GITHUB_USER}"; echo "password=${GITHUB_TOKEN}"; }; f' -git push https://github.com/$org/kubevirtci.git $tag +git push https://github.com/$org/kubevirtci $tag github-release release \ -u $org \ -r kubevirtci \