Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Aug 27, 2021
1 parent f4fbe4b commit 8340fe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/windows/fix_archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ find dist -regex ".*_dirty\.zip" | while read zip_dirty; do
echo "===> Move files inside ${zip_file_name}"
mv ${ZIP_CONTENT_PATH}/nri-${INTEGRATION}.exe "${AGENT_DIR_IN_ZIP_PATH}/bin"
mv ${ZIP_CONTENT_PATH}/${INTEGRATION}-win-definition.yml "${AGENT_DIR_IN_ZIP_PATH}"
mv ${ZIP_CONTENT_PATH}/${INTEGRATION}-win-config.yml.sample "${CONF_IN_ZIP_PATH}"
mv ${ZIP_CONTENT_PATH}/${INTEGRATION}-win-config.yml.sample ${ZIP_CONTENT_PATH}/${INTEGRATION}-config.yml.sample
mv ${ZIP_CONTENT_PATH}/${INTEGRATION}-config.yml.sample "${CONF_IN_ZIP_PATH}"

echo "===> Creating zip ${ZIP_CLEAN}"
cd "${ZIP_CONTENT_PATH}"
Expand Down

0 comments on commit 8340fe1

Please sign in to comment.