diff options
author | John McCrae <john.mccrae@progress.com> | 2022-10-19 11:38:17 +0600 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2022-10-19 11:38:17 +0600 |
commit | 80c8b40c0b68fb8b2018ff8b2ca58202941111d3 (patch) | |
tree | 545e22358f0e2d25705f48f04f8fdc4644234720 | |
parent | 062079874d9f65e4c1122700a90e838f946ce26b (diff) | |
download | chef-80c8b40c0b68fb8b2018ff8b2ca58202941111d3.tar.gz |
Adding a new Zypper repo with a higher priority
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f0e2b3183c..0f1c66abbe 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -175,6 +175,7 @@ steps: - label: "Integration openSUSE 15 :ruby: 3.0" commands: + - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper" - /workdir/.expeditor/scripts/bk_container_prep.sh - zypper install -y cron insserv-compat - cd /workdir; bundle config set --local without omnibus_package @@ -189,6 +190,7 @@ steps: - label: "Functional openSUSE 15 :ruby: 3.0" commands: + - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper" - /workdir/.expeditor/scripts/bk_container_prep.sh - zypper install -y cronie insserv-compat - zypper install -y libarchive-devel @@ -204,6 +206,7 @@ steps: - label: "Unit openSUSE 15 :ruby: 3.0" commands: + - zypper addrepo --check --priority 50 --refresh --name "Chefzypper-repo" "https://mirror.fcix.net/opensuse/distribution/leap/15.3/repo/oss/" "chefzypper" - /workdir/.expeditor/scripts/bk_container_prep.sh - zypper install -y cron insserv-compat libarchive-devel - bundle config set --local without omnibus_package |