Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lock
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Sebastian Wilms
lock
Commits
1ce0db56
Commit
1ce0db56
authored
3 years ago
by
Sebastian Wilms
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
d478d0a7
Branches
core-update
No related merge requests found
Pipeline
#1254
failed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
1ce0db56
...
...
@@ -10,7 +10,7 @@ variables:
COMPOSER_CACHE_DIR
:
"
.composer"
COMPOSER_PROCESS_TIMEOUT
:
"
1800"
COMPOSER_ALLOW_SUPERUSER
:
"
1"
TYPO3_VERSION
:
^
8.7
TYPO3_VERSION
:
^
9.5
TYPO3_PATH_WEB
:
"
$CI_PROJECT_DIR/.Build/Web"
MYSQL_DATABASE
:
"
typo3"
MYSQL_USER
:
"
typo3"
...
...
@@ -24,7 +24,7 @@ variables:
-
apk --no-cache add parallel
-
composer --no-ansi self-update
-
composer --no-ansi --version
-
composer require --no-interaction --no-ansi typo3/cms
=
"${TYPO3_VERSION}" --ignore-platform-reqs
-
composer require --no-interaction --no-ansi typo3/cms
-core
"${TYPO3_VERSION}" --ignore-platform-reqs
-
composer install --no-interaction --no-ansi --ignore-platform-reqs
lint
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment