clouddreamai-cicd-setup 1.5.18 → 1.5.19

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clouddreamai-cicd-setup",
3
- "version": "1.5.18",
3
+ "version": "1.5.19",
4
4
  "description": "CloudDreamAI GitLab CI/CD 自动配置工具 - 支持 NestJS/Vue/React 项目的一键 CI/CD 配置",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -118,6 +118,7 @@ build_dev:
118
118
  pull_policy: if-not-present
119
119
  variables:
120
120
  ENV_FILE_CONTENT: $DEV_ENV_FILE
121
+ GIT_STRATEGY: clone
121
122
  before_script:
122
123
  - docker info
123
124
  - echo "登录到 GitLab Container Registry..."
@@ -148,6 +149,7 @@ build_prod:
148
149
  pull_policy: if-not-present
149
150
  variables:
150
151
  ENV_FILE_CONTENT: $PROD_ENV_FILE
152
+ GIT_STRATEGY: clone
151
153
  before_script:
152
154
  - docker info
153
155
  - echo "登录到 GitLab Container Registry..."