Fix pipeline

This commit is contained in:
Vivek Kumar Dutta 2025-09-02 13:09:30 +05:30
parent ebe5ada3d0
commit ca8707b320
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -18,6 +18,7 @@ rm -rf ${BBFDM_MS_DIR}/*
rm -f ${BBFDM_MS_CONF}/*
rm -f ${BBFDM_DMMAP_DIR}/*
install_libeasy
# compile and install Core Data Model as a micro-service
install_libbbf ${1}
@ -63,7 +64,6 @@ else
# Install dependencies
if [ "$plugin_name" == "ethmngr" ]; then
install_libeasy
install_libethernet
install_libqos
fi