Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
log
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libs
log
Commits
c17014f9
Commit
c17014f9
authored
5 years ago
by
Sigmund, Dominik
Browse files
Options
Downloads
Patches
Plain Diff
Added publish stage
parent
bfd379f2
No related branches found
No related tags found
1 merge request
!1
Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
c17014f9
...
...
@@ -3,3 +3,4 @@ samples/file.log
coverage/
stryker.log
*.DS_Store
ho-copy
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
9
−
0
View file @
c17014f9
...
...
@@ -11,6 +11,8 @@ include:
variables
:
SONAR_PROJECT_KEY
:
argos-log
SONAR_TOKEN
:
11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY
:
https://npm.br-edv.brnet.int
NPM_TOKEN
:
5w2Gy80rdH+2Tch0afNI6Q==
cache
:
...
...
@@ -21,6 +23,7 @@ stages:
-
build
-
test
-
quality
-
publish
build
:
stage
:
build
...
...
@@ -37,3 +40,9 @@ test:
paths
:
-
docs/test-report.html
-
docs/coverage/lcov.info
publish
:
stage
:
publish
script
:
-
npm config set strict-ssl
false
-
npm publish --verbose --registry $NPM_REGISTRY
\ 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