diff options
author | John McCrae <john.mccrae@progress.com> | 2023-01-18 10:48:15 +0600 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2023-01-18 10:48:15 +0600 |
commit | 79fe23a6285f9794506aeeed8700cc761d239565 (patch) | |
tree | b4130c68629bdaa2e6971580a6504b76212008a6 | |
parent | 64c4c5754ab729fd85bc1a6c3beaf1b3a950f627 (diff) | |
download | chef-79fe23a6285f9794506aeeed8700cc761d239565.tar.gz |
Updating zypper for openSUSE 15 on chef-17
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 0f1c66abbe..4e9abe2b59 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -175,8 +175,8 @@ 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 + - /workdir/.expeditor/scripts/zypper_prep.sh - zypper install -y cron insserv-compat - cd /workdir; bundle config set --local without omnibus_package - bundle config set --local path 'vendor/bundle' @@ -190,8 +190,8 @@ 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 + - /workdir/.expeditor/scripts/zypper_prep.sh - zypper install -y cronie insserv-compat - zypper install -y libarchive-devel - cd /workdir; bundle config set --local without omnibus_package @@ -206,8 +206,8 @@ 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 + - /workdir/.expeditor/scripts/zypper_prep.sh - zypper install -y cron insserv-compat libarchive-devel - bundle config set --local without omnibus_package - bundle config set --local path 'vendor/bundle' |