summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBapu L <bapu.labade@progress.com>2022-10-13 16:17:14 +0530
committerBapu L <bapu.labade@progress.com>2022-10-13 16:17:14 +0530
commit2268d4d49f8b5a45747f51ff433fe2a4ef7e77a1 (patch)
tree0efd5d143db540a293d4229d47dc33bead42e9c2
parentc46a128005a271004ccf72a8ce9baccdbc519d7d (diff)
downloadchef-INFC-252_update_new_certificate.tar.gz
fix openSUSE verify pipeline issueINFC-252_update_new_certificate
Signed-off-by: Bapu L <bapu.labade@progress.com>
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 4d147221f4..5a73ec15dd 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -176,6 +176,7 @@ steps:
- label: "Integration openSUSE 15 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- zypper install -y cron insserv-compat
- cd /workdir; bundle config set --local without omnibus_package
- bundle config set --local path 'vendor/bundle'
@@ -190,6 +191,7 @@ steps:
- label: "Functional openSUSE 15 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- zypper install -y cronie insserv-compat
- zypper install -y libarchive-devel
- cd /workdir; bundle config set --local without omnibus_package
@@ -205,6 +207,7 @@ steps:
- label: "Unit openSUSE 15 :ruby: 3.0"
commands:
- /workdir/.expeditor/scripts/bk_container_prep.sh
+ - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper"
- zypper install -y cron insserv-compat libarchive-devel
- bundle config set --local without omnibus_package
- bundle config set --local path 'vendor/bundle'