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