PT #164169543: Theia publish debugging
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
workdir=`pwd`
|
||||
|
||||
envsubst > ~/.npmrc << XXXXXX
|
||||
//registry.npmjs.org/:_authToken=${npm_token}
|
||||
XXXXXX
|
||||
|
||||
npm whoami
|
||||
|
||||
theia_tgz_files=`ls ${workdir}/s3-*-theia-*/theia-*.tgz`
|
||||
|
||||
for theia_tgz_file in $theia_tgz_files
|
||||
|
||||
Reference in New Issue
Block a user