Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
breakout
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ekouejor.follysod
breakout
Commits
43910ed8
Commit
43910ed8
authored
2 weeks ago
by
ekouejor.follysod
Browse files
Options
Downloads
Patches
Plain Diff
cicd first part
parent
741a36c4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
21
−
0
View file @
43910ed8
stages
:
-
build
-
quality
-
documentation
variables
:
default
:
image
:
node:lts-slim
cache
:
paths
:
-
node_modules
build
:
stage
:
build
before_script
:
npm ci
script
:
npm run build
artifacts
:
paths
:
-
dist
\ No newline at end of file
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