@dazhicheng/common 1.0.37 → 1.0.38
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/.gitlab-ci.yml +3 -3
- package/package.json +1 -1
package/.gitlab-ci.yml
CHANGED
|
@@ -97,12 +97,12 @@ MR 构建验证:
|
|
|
97
97
|
# resource_group: deploy-develop_107
|
|
98
98
|
# variables:
|
|
99
99
|
# NODE_ENV: dev
|
|
100
|
-
# <<<开发环境发版
|
|
100
|
+
# <<<开发环境发版_107_NO>>>
|
|
101
101
|
# only: [develop]
|
|
102
102
|
|
|
103
103
|
测试环境发版:
|
|
104
104
|
<<: *deploy_template
|
|
105
|
-
needs: [构建
|
|
105
|
+
needs: [构建_dev]
|
|
106
106
|
tags: [test]
|
|
107
107
|
resource_group: deploy-test
|
|
108
108
|
variables:
|
|
@@ -117,6 +117,6 @@ MR 构建验证:
|
|
|
117
117
|
# resource_group: deploy-test_107
|
|
118
118
|
# variables:
|
|
119
119
|
# NODE_ENV: test
|
|
120
|
-
# <<<测试环境发版
|
|
120
|
+
# <<<测试环境发版_107_NO>>>
|
|
121
121
|
# only: [test]
|
|
122
122
|
<<<deploy_jobs>>>
|