Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
t3olayout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
7
Merge Requests
7
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
services
T
t3o sites
common
t3olayout
Commits
19b565c0
Commit
19b565c0
authored
Apr 29, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use node:12 as build docker image
parent
2761e009
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Configuration/GitLab/t3o-builds.yml
Configuration/GitLab/t3o-builds.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
19b565c0
...
...
@@ -26,7 +26,7 @@ test:php:
-
php-cs-fixer fix --dry-run --config=Build/.php_cs --diff --diff-format=udiff
build
:
image
:
node:
9
image
:
node:
12
stage
:
build
before_script
:
-
npm config set cache cache/npm/ --global
...
...
Configuration/GitLab/t3o-builds.yml
View file @
19b565c0
...
...
@@ -61,7 +61,7 @@ build:
layout
:
stage
:
layout
image
:
node:
8
image
:
node:
12
before_script
:
-
cd private/typo3conf/ext/t3olayout/Build
script
:
...
...
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