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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
idatt2106-2024-07
frontend
Commits
ef5850b6
Commit
ef5850b6
authored
11 months ago
by
Andreas
Browse files
Options
Downloads
Patches
Plain Diff
test/Update .gitlab-ci.yml
parent
0dc0dc90
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Updated workflow to be run in a docker image and added job for checking lint
Pipeline
#274173
failed
11 months ago
Stage: install_dependencies
Stage: lint
Stage: build_project
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
ef5850b6
...
...
@@ -2,6 +2,7 @@ image: node:alpine # Much smaller than other variants, faster and more resource
stages
:
-
install_dependencies
-
lint
-
build_project
cache
:
...
...
@@ -12,7 +13,12 @@ cache:
install_dependencies
:
stage
:
install_dependencies
script
:
-
npm ci
-
npm install
lint
:
stage
:
lint
script
:
-
npm run lint
build_project
:
stage
:
build_project
...
...
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