diff options
| author | root <[email protected]> | 2020-07-07 07:24:35 +0800 |
|---|---|---|
| committer | root <[email protected]> | 2020-07-07 07:24:35 +0800 |
| commit | 3f3ff290c249f60d200eb3bd8231a4e431001026 (patch) | |
| tree | eff14fdfb7cc47aea6c3d6b282e6b2b50e3f7350 | |
| parent | cb497593e719e7e401b3984229c08ddc49181c96 (diff) | |
添加debug信息
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | roles/package-build/tasks/main.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ad651c..45255b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ stages: - ln -s $CI_PROJECT_DIR $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH - cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH - pwd + - du -h /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg-scripts/roles/self-test - chmod +x ./ci/travis.sh script: - yum makecache diff --git a/roles/package-build/tasks/main.yml b/roles/package-build/tasks/main.yml index 04e622b..c4900fb 100644 --- a/roles/package-build/tasks/main.yml +++ b/roles/package-build/tasks/main.yml @@ -1,3 +1,4 @@ --- - include: ImageDownload.yml - include: RpmDownload.yml + include: TarBuild.yml |
