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
|
@@ -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..."
|