Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(ci): fix debian packaging with freshly instanciated jenkins slave #11399

Merged
merged 1 commit into from
Jul 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ci/scripts/centreon-deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ for i in lang/* ; do
done
rm -rf lang

# Generate API documentation.
apt install -y npm && sleep 30
npm install -g redoc-cli
/usr/local/bin/redoc-cli bundle --options.hideDownloadButton=true doc/API/centreon-api-v${MAJOR_VERSION}.yaml -o ../centreon-api-v${MAJOR_VERSION}.html
# Install npm dependency
apt-get update
apt install -y npm

# Make tar with original content
cd ..
Expand Down