PT #162599228: properly use version resource
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user