PT #164169543: Adjust permissions for tasks files

This commit is contained in:
BoykoAlex
2019-03-15 11:42:14 -04:00
parent 1294454793
commit 7c84605075
3 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ workdir=`pwd`
vscode_sources=$workdir/sts4/vscode-extensions
atom_sources=$workdir/sts4/atom-extensions
theia_sources=$workdir/sts4/theia-extensions
version=`cat version/version`
echo "version=$version"
@@ -33,6 +34,20 @@ do
fi
done
# theia extensions
theia_version=cat version/version`
echo "theia-version=$theia_version"
for extension_id in $(ls -d theia-*)
do
if [ $extension_id != "theia-commons" ]; then
cd "${theia_sources}/theia-$extension_id"
echo "Should update version of $extension_id to $version"
npm version $version
git add package.json
echo ""
fi
done
cd $workdir/sts4/headless-services
$workdir/sts4/concourse/tasks/update-pom-versions.sh $version

0
concourse/tasks/publish-theia-releases.sh Normal file → Executable file
View File

0
concourse/tasks/publish-theia-releases.yml Normal file → Executable file
View File