mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
enh(ci): json path version 1.0.4 (#4912)
This commit is contained in:
parent
b4b0d50dee
commit
409cc16c1c
4
.github/workflows/perl-json-path.yml
vendored
4
.github/workflows/perl-json-path.yml
vendored
@ -71,13 +71,13 @@ jobs:
|
|||||||
if [ "${{ matrix.distrib }}" = "el8" ]; then
|
if [ "${{ matrix.distrib }}" = "el8" ]; then
|
||||||
cpanm -v -l /tmp JSON::Path@0.5
|
cpanm -v -l /tmp JSON::Path@0.5
|
||||||
else
|
else
|
||||||
cpanm -v -l /tmp JSON::Path@1.0.3
|
cpanm -v -l /tmp JSON::Path@1.0.4
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Set package name and paths according to distrib
|
- name: Set package name and paths according to distrib
|
||||||
run: |
|
run: |
|
||||||
VERSION="1.0.3"
|
VERSION="1.0.4"
|
||||||
if [[ "${{ matrix.package_extension }}" == "deb" ]]; then
|
if [[ "${{ matrix.package_extension }}" == "deb" ]]; then
|
||||||
NAME="libjson-path-perl"
|
NAME="libjson-path-perl"
|
||||||
PERL_VENDORLIB="/usr/share/perl5"
|
PERL_VENDORLIB="/usr/share/perl5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user