mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix(ci): add distrib suffix to plugins deb packages (#4906)
This commit is contained in:
parent
c35ae9fb24
commit
bca6746a51
2
.github/actions/package-nfpm/action.yml
vendored
2
.github/actions/package-nfpm/action.yml
vendored
@ -85,7 +85,7 @@ runs:
|
|||||||
export DIST=""
|
export DIST=""
|
||||||
if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then
|
if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then
|
||||||
export RELEASE="$RELEASE~${{ inputs.distrib }}"
|
export RELEASE="$RELEASE~${{ inputs.distrib }}"
|
||||||
elif [ "${{ inputs.stability }}" == "testing" ]; then
|
else
|
||||||
export RELEASE="1~${{ inputs.distrib }}"
|
export RELEASE="1~${{ inputs.distrib }}"
|
||||||
fi
|
fi
|
||||||
export APACHE_USER="www-data"
|
export APACHE_USER="www-data"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user