We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 755eb44 + eb35167 commit 0f34e8cCopy full SHA for 0f34e8c
1 file changed
ci/lib.sh
@@ -231,6 +231,10 @@ then
231
distro=$(echo "$CI_JOB_IMAGE" | tr : -)
232
elif test true = "$GITLAB_CI"
233
then
234
+ # This environment is multiple kB in size and may cause us to exceed
235
+ # xargs(1) limits on Windows.
236
+ unset GITLAB_FEATURES
237
+
238
CI_TYPE=gitlab-ci
239
CI_BRANCH="$CI_COMMIT_REF_NAME"
240
CI_COMMIT="$CI_COMMIT_SHA"
0 commit comments