部署后删除编译目录

This commit is contained in:
Lu Qiuwen
2018-11-20 15:06:13 +08:00
parent 7885ad7c09
commit 866883a1f7

View File

@@ -19,6 +19,7 @@ stages:
script:
- cp build/*.rpm $RPM_REPO_PATH
- createrepo --update $RPM_REPO_PATH
- rm -rf build
build_debug:
stage: build