Update .gitlab-ci.yml

This commit is contained in:
张帅
2021-10-22 09:53:40 +00:00
parent ebd19390ed
commit b1673491c6

View File

@@ -39,9 +39,6 @@ build_project:
- npm install --save-dev --unsafe-perm
- echo "npm run build"
- npm run build
artifacts:
paths:
- dist
only:
- dev-ci-debug
- tags