Skip to content

Commit

Permalink
Populate base and providers
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon committed Jul 24, 2020
1 parent de3123a commit cc9ecdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit cc9ecdf

Please sign in to comment.