diff --git a/tools/build_agent_pkg.sh b/tools/build_agent_pkg.sh index 49375fa..13f847b 100755 --- a/tools/build_agent_pkg.sh +++ b/tools/build_agent_pkg.sh @@ -2,6 +2,7 @@ TEMP_DIR="$(mktemp -d)" cp -r shaker ${TEMP_DIR}/ +cp -r .git ${TEMP_DIR}/ cp requirements-agent.txt ${TEMP_DIR}/requirements.txt cp setup-agent.cfg ${TEMP_DIR}/setup.cfg cp setup.py ${TEMP_DIR}/