PT #164169543: Theia publish debugging

This commit is contained in:
BoykoAlex
2019-03-18 16:42:23 -04:00
parent 3805e19450
commit 3467dc1aa3

View File

@@ -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