create-bc-app 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-mvvm/.gitlab-ci.yml +2 -2
- package/template-docs-vitepress/package-lock.json +0 -1742
- package/template-docs-vuepress/package-lock.json +0 -3380
- package/template-protocut/package-lock.json +0 -4917
- package/template-vue-js/package-lock.json +0 -4280
- package/template-vue-ts/package-lock.json +0 -4917
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ stages:
|
|
|
4
4
|
- notify
|
|
5
5
|
|
|
6
6
|
cache:
|
|
7
|
-
key:
|
|
7
|
+
key: "$CI_COMMIT_REF_SLUG"
|
|
8
8
|
|
|
9
9
|
install:
|
|
10
10
|
stage: install
|
|
@@ -33,7 +33,7 @@ notify-fail:
|
|
|
33
33
|
- node_modules/
|
|
34
34
|
script:
|
|
35
35
|
- >
|
|
36
|
-
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key
|
|
36
|
+
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=需要找企业微信管理员'
|
|
37
37
|
-H 'Content-Type: application/json'
|
|
38
38
|
-d "{\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"项目构建结果:<font color=\\"warning\\">失败</font>\n>本次构建由: $GITLAB_USER_NAME 触发\n>项目名称:$CI_PROJECT_NAME\n>提交号:$CI_COMMIT_SHA\n>提交日志:$CI_COMMIT_MESSAGE\n>构建分支: $CI_COMMIT_REF_NAME\n>流水线地址:[$CI_PIPELINE_URL]($CI_PIPELINE_URL)\"}}"
|
|
39
39
|
when: on_failure
|