UNCLASSIFIED - NO CUI

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

fix: updated wait script for pipeline

parent e1f846ec
No related branches found
No related tags found
1 merge request!19fix: update wait script for pipeline
......@@ -2,7 +2,7 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [0.1.3-alpha-bb.4] - unreleased
## [0.1.3-alpha-bb.6] - 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.5](https://img.shields.io/badge/Version-0.1.3--alpha--bb.5-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.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)
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.5
version: 0.1.3-alpha-bb.6
appVersion: "0.53.1"
#!/bin/bash
custom_package_wait() {
package_wait() {
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