Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
ab8139cb
Commit
ab8139cb
authored
Feb 23, 2021
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default GIT_STRATEGY to clone
parent
04f4a6a5
Pipeline
#10382
failed with stages
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-5
No files found.
.gitlab-ci.yml
View file @
ab8139cb
...
...
@@ -14,7 +14,7 @@ stages:
variables
:
SECURE_LOG_LEVEL
:
"
debug"
GIT_STRATEGY
:
"
n
one"
GIT_STRATEGY
:
"
cl
one"
GIT_SSL_NO_VERIFY
:
"
true"
STAGE_HOST
:
"
extensions.typo3.dev"
PRODUCTION_PORT
:
22
...
...
@@ -26,8 +26,6 @@ variables:
test:unit:
stage
:
test
image
:
php:7.4
variables
:
GIT_STRATEGY
:
"
clone"
before_script
:
-
set -xe
-
apt-get update -yqq
...
...
@@ -51,8 +49,6 @@ test:unit:
test:mutation:
stage
:
test
image
:
php:7.4
variables
:
GIT_STRATEGY
:
"
clone"
allow_failure
:
true
before_script
:
-
set -xe
...
...
@@ -76,6 +72,8 @@ test:mutation:
expire_in
:
30 min
mutation:badge:
variables
:
GIT_STRATEGY
:
"
none"
stage
:
badges
image
:
python:3.9
allow_failure
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment