You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/04/04 01:08:27 UTC

[incubator-annotator] branch master updated: Echo part of the npm token before CI deploy step for debugging

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new 5038de0  Echo part of the npm token before CI deploy step for debugging
5038de0 is described below

commit 5038de065f8a540cffdfe1fe1fc20ad2660ae91a
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat Apr 3 18:07:18 2021 -0700

    Echo part of the npm token before CI deploy step for debugging
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index bdcc041..a526ae3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ node_js: node
 before_deploy:
   - git fetch --unshallow
   - git checkout master
+  - echo "${NPM_API_TOKEN:3:8}"
 
 deploy:
   provider: npm