mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
removed mention of env file as it's not ready yet
This commit is contained in:
parent
45b33fe720
commit
7011c0bb51
3
.github/actions/package/action.yml
vendored
3
.github/actions/package/action.yml
vendored
@ -72,9 +72,6 @@ runs:
|
|||||||
DIRNAME=$(dirname $FILE)
|
DIRNAME=$(dirname $FILE)
|
||||||
BASENAME=$(basename $FILE)
|
BASENAME=$(basename $FILE)
|
||||||
cd $DIRNAME
|
cd $DIRNAME
|
||||||
if [ -f $DIRNAME/env/.env.${{ inputs.distrib }} ]; then
|
|
||||||
source $DIRNAME/env/.env.${{ inputs.distrib }}
|
|
||||||
fi
|
|
||||||
sed -i "s/@COMMIT_HASH@/${{ inputs.commit_hash }}/g" $BASENAME
|
sed -i "s/@COMMIT_HASH@/${{ inputs.commit_hash }}/g" $BASENAME
|
||||||
nfpm package --config $BASENAME --packager ${{ inputs.package_extension }}
|
nfpm package --config $BASENAME --packager ${{ inputs.package_extension }}
|
||||||
cd -
|
cd -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user