Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-baba
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Louis
open-baba
Commits
bdec9179
Commit
bdec9179
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
1a23cf07
No related branches found
No related tags found
No related merge requests found
Pipeline
#206
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
bdec9179
image
:
node:latest
cache
:
paths
:
-
node_modules/
pages
:
script
:
-
npm ci
-
npm run build
only
:
variables
:
-
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment
:
production
artifacts
:
paths
:
-
public
\ 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