Fixing the debian package for version 0.41.2

The fluxcd version of the app will be added to the debian package in
story 2009138 task 44473.

Test Cases:

PASS: Debian package is built successfully.

Story: 2009836
Task: 44604

Signed-off-by: Rei Oliveira <Reinildes.JoseMateusOliveira@windriver.com>
Change-Id: If591edd61df3129a8447bb415bd38bf31b270ff4
This commit is contained in:
Rei Oliveira 2022-03-01 12:36:14 -03:00
parent 61fe77e3fc
commit 32f023b838

View File

@ -25,7 +25,7 @@ override_dh_auto_build:
rm helm-charts/Makefile
mv helm-charts/* .
# Apply the daemonset tolerations patch.
patch --no-backup-if-mismatch --fuzz=0 -p1 < 0001-add-toleration.patch
patch --no-backup-if-mismatch --fuzz=0 -p1 < 0001-add-toleration-armada.patch
# Host a server for the helm charts.
chartmuseum --debug --port=8879 --context-path='/charts' --storage="local" \
--storage-local-rootdir="." &