Cleanup Theia extensions concourse build

This commit is contained in:
BoykoAlex
2018-10-30 16:21:20 -04:00
parent 43dc048004
commit 924e232f7e
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,8 @@ echo -e "\n\n*Version: ${qualified_version}*" >> README.md
cd "$sources"
./build.sh
cd "$ext_folder"
yarn pack
tar_file=$extension_id-v$qualified_version.tgz
yarn pack $tar_file
cp pivotal-tools-$extension_id-v$qualified_version.tgz $workdir/out/$extension_id-v$qualified_version.tgz
cp $tarfile $workdir/out

View File

@@ -21,7 +21,7 @@ fi
mkdir $test_dir
cd $test_dir
echo "Generating 'pacjage.json' file..."
echo "Generating 'package.json' file..."
cat > package.json << EOF
{
@@ -58,7 +58,6 @@ cat > package.json << EOF
EOF
echo "Installing NPM packages..."
yarn
yarn add $package_tarball
echo "Launching Theia browser app..."