Commit bcbf75fe authored by nanahira's avatar nanahira

disable auto npm publish

parent e235f3e5
Pipeline #7132 passed with stages
in 58 seconds
...@@ -27,15 +27,15 @@ upload_to_minio: ...@@ -27,15 +27,15 @@ upload_to_minio:
only: only:
- master - master
deploy_npm: #deploy_npm:
stage: deploy # stage: deploy
dependencies: # dependencies:
- build # - build
tags: # tags:
- linux # - linux
script: # script:
- apt update;apt -y install coreutils # - apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc # - echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true # - npm publish . || true
only: # only:
- master # - master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment