diff options
| author | 李佳 <[email protected]> | 2021-10-27 10:03:27 +0000 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2021-10-27 10:03:27 +0000 |
| commit | ff7877d43244ad5de2c1eef565034e11a77db0a5 (patch) | |
| tree | 0bf4bdc1196c3b9aa7a0c8c7f02e9497617f1c25 | |
| parent | 108c79ff68cc3de9791ea2a6930b06a0e27072ee (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cda460..80dd0db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,10 @@ branch_build_debug: artifacts: paths: - $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH + after_script: + - pwd + - ls + - find . except: - /^develop.*$/i - /^master.*$/i |
