PT #164169543: Adjust permissions for tasks files
This commit is contained in:
@@ -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
0
concourse/tasks/publish-theia-releases.sh
Normal file → Executable file
0
concourse/tasks/publish-theia-releases.yml
Normal file → Executable file
0
concourse/tasks/publish-theia-releases.yml
Normal file → Executable file
Reference in New Issue
Block a user