修正CI脚本,适配基于PULP的YUM仓库。

This commit is contained in:
luqiuwen
2019-08-30 14:08:38 +08:00
committed by 陆秋文
parent 775731b3de
commit 30e4cbbe53
2 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ build_debug:
BUILD_TYPE: Debug
extends: .build_by_travis
script:
- pulp-consumer rpm bind --repo-id stable
- yum makecache
- ./ci/travis.sh
tags:
@@ -43,7 +42,6 @@ build_release:
extends: .build_by_travis
script:
- yum makecache
- yum install mrzcpd framework
- ./ci/travis.sh
tags:
- share