UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 516f12e8 authored by andrew.greene's avatar andrew.greene Committed by Rob Mengert
Browse files

fix: update function name for package wait [SKIP UPGRADE]

parent 326f84e3
No related branches found
No related tags found
1 merge request!22fix: update function name for package wait [SKIP UPGRADE]
......@@ -2,7 +2,7 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [0.1.3-alpha-bb.6] - unreleased
## [0.1.3-alpha-bb.7] - unreleased
- Update Kubevirt to v0.53.1
- Script written with skopeo in order to synchronize images between public locations and repo1
- Pipeline fixes
......
# kubevirt
![Version: 0.1.3-alpha-bb.6](https://img.shields.io/badge/Version-0.1.3--alpha--bb.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.53.1](https://img.shields.io/badge/AppVersion-0.53.1-informational?style=flat-square)
![Version: 0.1.3-alpha-bb.7](https://img.shields.io/badge/Version-0.1.3--alpha--bb.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.53.1](https://img.shields.io/badge/AppVersion-0.53.1-informational?style=flat-square)
KubeVirt Big Bang package
......
......@@ -2,5 +2,5 @@ apiVersion: v2
name: kubevirt
description: KubeVirt Big Bang package
type: application
version: 0.1.3-alpha-bb.6
version: 0.1.3-alpha-bb.7
appVersion: "0.53.1"
#!/bin/bash
package_wait() {
wait_project() {
timeElapsed=0
sleepTime=3
timeout=600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment