Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Oct 10, 2019
1 parent e117c29 commit 385c146
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ Tests_task:
- name: "Tests@Node:Latest"
- name: "Deploy@Node:Latest"
only_if: $CIRRUS_TAG != ""
push_script: |
touch ~/.npmrc
echo "registry=https://registry.npmjs.com/" > ~/.npmrc
echo "_auth=\"${NPMJS_PASS}\""
echo "[email protected]" > ~/.npmrc
echo "always-auth=true" > ~/.npmrc
make publish
push_script: make publish
env:
NPMJS_PASS: ENCRYPTED[26181d2447fe13add10ca986fc1551717fa77ed15e8acf3fb887fd52bbf13008af982745baedd4e3de6e9bea47f8b5f5]
NPM_PASS: ENCRYPTED[26181d2447fe13add10ca986fc1551717fa77ed15e8acf3fb887fd52bbf13008af982745baedd4e3de6e9bea47f8b5f5]
NPM_USER: n8programs
NPM_EMAIL: [email protected]
- name: "CodeCoverage@Node:Latest"
env:
CODE_COVERAGE_RUN: true
Expand Down

0 comments on commit 385c146

Please sign in to comment.