Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 29, 2016
1 parent c9f3f77 commit 7fb1598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
build-specs:
stage: build
script:
- npm install
- npm install --quiet
- npm test
- npm run build
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion test2/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
build-specs:
stage: build
script:
- npm install
- npm install --quiet
- npm test
- npm run build
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion test4/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
build-specs:
stage: build
script:
- npm install
- npm install --quiet
- npm test
- npm run build
artifacts:
Expand Down

0 comments on commit 7fb1598

Please sign in to comment.