1、修改下载docker-compose 2、修改压缩docker相关基础包压缩失败问题3、修改tsg-diagnose.service

This commit is contained in:
fumingwei
2020-07-21 11:19:03 +08:00
parent be96df867a
commit 90f5835f27
3 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ env | sort
: "${COMPILER_IS_GNUCXX:=OFF}"
if [ -n "${DOCKER_CE_RPM_UPLOAD}" ]; then
tar -zcvf ${VER_NAME} docker-rpm-${VER_NAME}.tar.gz ./rpm-docker
tar -zcvf docker-rpm-${VER_NAME}.tar.gz ./rpm-docker
python3 file_upload_tools.py ${PULP3_FILE_REPO_NAME} ${PULP3_FILE_DIST_NAME} *.tar.gz
fi