PT #162599228: properly use version resource

This commit is contained in:
BoykoAlex
2019-03-13 19:20:12 -04:00
parent 9c8c6b2628
commit ec5ef28511
2 changed files with 2 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ jobs:
pre: RC
- put: theia-version
params:
file: theia-version/theia-version
file: theia-version/version
- name: build-bosh-theia-snapshot
plan:
- aggregate:

View File

@@ -13,7 +13,7 @@ workdir=`pwd`
sources=$workdir/sts4/theia-extensions/theia-$extension_id
ext_sources=$workdir/sts4/theia-extensions/theia-$extension_id/$extension_id
version=`cat theia-version/theia-version`
version=`cat theia-version/version`
echo "extension_id=${extension_id}"
echo "version=${version}"