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

Commit

Permalink
fix(ci): fix debian packaging with freshly instanciated jenkins slave (
Browse files Browse the repository at this point in the history
…#11398) (#11399)

Refs: MON-14377
  • Loading branch information
kduret authored Jul 29, 2022
1 parent 7737c37 commit 038b6fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/scripts/centreon-deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,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

0 comments on commit 038b6fc

Please sign in to comment.