Update .gitlab-ci.yml

This commit is contained in:
李佳
2021-10-27 10:03:27 +00:00
parent 108c79ff68
commit ff7877d432

View File

@@ -51,6 +51,10 @@ branch_build_debug:
artifacts: artifacts:
paths: paths:
- $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH - $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH
after_script:
- pwd
- ls
- find .
except: except:
- /^develop.*$/i - /^develop.*$/i
- /^master.*$/i - /^master.*$/i