Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
22c31eb1
Commit
22c31eb1
authored
10 months ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
ci must have acess to git
parent
8c2c796b
No related branches found
No related tags found
2 merge requests
!223
reset the pin numbers before search results are fetch (so the results will be...
,
!188
Resolve "[MIN-305] Make npm packages versions static"
Pipeline
#89357
failed
10 months ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
22c31eb1
...
@@ -12,7 +12,7 @@ lint:commit:
...
@@ -12,7 +12,7 @@ lint:commit:
stage
:
lint
stage
:
lint
allow_failure
:
true
allow_failure
:
true
before_script
:
before_script
:
-
apk add --no-cache npm
-
apk add --no-cache npm
git
-
npm install
-
npm install
script
:
script
:
-
echo "${CI_COMMIT_MESSAGE}" | npx commitlint
-
echo "${CI_COMMIT_MESSAGE}" | npx commitlint
...
@@ -21,7 +21,7 @@ linter:
...
@@ -21,7 +21,7 @@ linter:
image
:
node:16.16.0-alpine
image
:
node:16.16.0-alpine
stage
:
lint
stage
:
lint
before_script
:
before_script
:
-
apk add --no-cache npm
-
apk add --no-cache npm
git
-
npm install
-
npm install
script
:
script
:
-
npm run lint:ts
-
npm run lint:ts
...
@@ -34,7 +34,7 @@ prettier:
...
@@ -34,7 +34,7 @@ prettier:
image
:
node:16.16.0-alpine
image
:
node:16.16.0-alpine
stage
:
prettier
stage
:
prettier
before_script
:
before_script
:
-
apk add --no-cache npm
-
apk add --no-cache npm
git
-
npm install
-
npm install
script
:
script
:
-
npm run prettier:ci
-
npm run prettier:ci
...
@@ -48,7 +48,7 @@ jest:
...
@@ -48,7 +48,7 @@ jest:
stage
:
test
stage
:
test
coverage
:
/All files[^|]*\|[^|]*\s+([\d\.]+)/
coverage
:
/All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script
:
before_script
:
-
apk add --no-cache npm
-
apk add --no-cache npm
git
-
npm install
-
npm install
script
:
script
:
-
npm run test:ci
-
npm run test:ci
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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