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:
only:
- master
deploy_npm:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true
only:
- master
#deploy_npm:
# stage: deploy
# dependencies:
# - build
# tags:
# - linux
# script:
# - apt update;apt -y install coreutils
# - echo $NPMRC | base64 --decode > ~/.npmrc
# - npm publish . || true
# only:
# - 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