Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Design System.SH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ITVSH
Design System.SH
Commits
39b53792
Commit
39b53792
authored
3 years ago
by
Christopher Krawietz
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] — changed gitlab-ci to yarn execute
parent
10798924
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
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 @
39b53792
...
...
@@ -9,15 +9,15 @@ linting:
paths
:
-
node_modules/
script
:
-
npm
install
-
npm run-script
lint
-
yarn
install
-
yarn
lint
deploy
:
stage
:
deploy
image
:
node:14.15.1
script
:
-
npm
install
-
npm run-script
build
-
yarn
install
-
yarn
build
artifacts
:
paths
:
-
public
...
...
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