PT #164169543: Set Theia version to 1.5.0

This commit is contained in:
BoykoAlex
2019-03-21 12:22:59 -04:00
parent af8b7f975d
commit 4fa3944416
3 changed files with 6 additions and 8 deletions

View File

@@ -1125,14 +1125,12 @@ jobs:
- put: version
params:
file: version/version
- name: bump-theia-version-patch
- name: set-theia-version-to-vscode-version
serial: true
plan:
- aggregate:
- get: sts4
- get: theia-version
params:
bump: patch
- get: version
- task: bump-theia-versions
file: sts4/concourse/tasks/bump-theia-versions.yml
- put: sts4
@@ -1141,7 +1139,7 @@ jobs:
rebase: true
- put: theia-version
params:
file: theia-version/version
file: version/version
- name: bump-version-patch
serial: true
plan:
@@ -1449,7 +1447,7 @@ groups:
- bump-version-patch
- bump-version-minor
- bump-version-major
- bump-theia-version-patch
- set-theia-version-to-vscode-version
- name: atom-snapshots
jobs:
# - build-atom-snapshot-website

View File

@@ -5,7 +5,7 @@ workdir=`pwd`
theia_sources=$workdir/sts4/theia-extensions
theia_version=`cat theia-version/version`
theia_version=`cat version/version`
echo "theia-version=$theia_version"
# theia extensions

View File

@@ -1,5 +1,5 @@
inputs:
- name: theia-version
- name: version
- name: sts4
outputs:
- name: out