Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
twitch
live-coding-fr
Commits
5e00592b
Commit
5e00592b
authored
Apr 17, 2021
by
Anthony REY
Browse files
Separe node from common
parent
0fa0461b
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -3,6 +3,7 @@ stages:
include
:
-
local
:
"
/.gitlab-common-ci.yml"
-
local
:
"
/.gitlab-common-node-ci.yml"
-
local
:
"
/word-wrap/.gitlab-ci.yml"
-
local
:
"
/roman-numerals/.gitlab-ci.yml"
-
local
:
"
/string-calculator/.gitlab-ci.yml"
...
...
.gitlab-common-ci.yml
View file @
5e00592b
...
...
@@ -60,23 +60,3 @@ stages:
-
$PROJECT_FOLDER/target/jacoco-aggregate
expire_in
:
1 day
coverage
:
"
/([^%]+)
%covered/"
.node
:
image
:
node
stage
:
build
tags
:
-
docker
before_script
:
-
cd $PROJECT_FOLDER
script
:
-
npm i
-
npm test
coverage
:
"
/Statements.*?(.+)%/"
.node12
:
extends
:
.node
image
:
node:12.19.0
.node14
:
extends
:
.node
image
:
node:14.14.0
.gitlab-common-node-ci.yml
0 → 100644
View file @
5e00592b
stages
:
-
build
.node
:
image
:
node
stage
:
build
tags
:
-
docker
before_script
:
-
cd $PROJECT_FOLDER
script
:
-
npm ci
-
npm test
coverage
:
"
/Statements.*?(.+)%/"
.node12
:
extends
:
.node
image
:
node:12.19.0
.node14
:
extends
:
.node
image
:
node:14.16.1
a-brief-history-of-date/.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -9,4 +9,5 @@ package-a-brief-history-of-date:
-
merge_requests
changes
:
-
"
.gitlab-common-ci.yml"
-
"
.gitlab-common-node-ci.yml"
-
"
a-brief-history-of-date/**/*"
h2g2/.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -8,4 +8,5 @@ h2g2:
-
merge_requests
changes
:
-
"
.gitlab-common-ci.yml"
-
"
.gitlab-common-node-ci.yml"
-
"
h2g2/**/*"
h2g2/package-lock.json
0 → 100644
View file @
5e00592b
This diff is collapsed.
Click to expand it.
mastermind/.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -8,4 +8,5 @@ mastermind:
-
merge_requests
changes
:
-
"
.gitlab-common-ci.yml"
-
"
.gitlab-common-node-ci.yml"
-
"
mastermind/**/*"
mastermind/package-lock.json
View file @
5e00592b
{
"name"
:
"
template-ts-kata
"
,
"name"
:
"
mastermind
"
,
"version"
:
"1.0.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
...
...
roman-calculator/.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -8,4 +8,5 @@ roman-calculator:
-
merge_requests
changes
:
-
"
.gitlab-common-ci.yml"
-
"
.gitlab-common-node-ci.yml"
-
"
roman-calculator/**/*"
trip-service-kata-typescript/.gitlab-ci.yml
View file @
5e00592b
...
...
@@ -9,4 +9,5 @@ trip-service-kata-typescript:
-
merge_requests
changes
:
-
"
.gitlab-common-ci.yml"
-
"
.gitlab-common-node-ci.yml"
-
"
trip-service-kata-typescript/**/*"
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