Fix theia-concourse build script

This commit is contained in:
BoykoAlex
2018-05-23 15:33:25 -04:00
parent e406d54b5e
commit 025db9d5a6
2 changed files with 6 additions and 3 deletions

View File

@@ -1143,9 +1143,6 @@ groups:
- build-bosh-atom-package
- build-manifest-yaml-atom-package
- build-spring-boot-atom-package
- name: theia-snapshots
jobs:
- build-concourse-theia-snapshot
- name: atom-release
jobs:
- atom-language-servers-test
@@ -1160,6 +1157,9 @@ groups:
- promote-fatjars-to-rc
- tag-atom-release
- publish-atom-releases
- name: theia-snapshots
jobs:
- build-concourse-theia-snapshot
- name: setup
jobs:
- build-mvn-cache

View File

@@ -22,6 +22,9 @@ if [ "$dist_type" != release ]; then
# for snapshot build, work the timestamp into package.json version qualifier
qualified_version=${base_version}-${timestamp}
npm version ${qualified_version}
cd "$sources"/browser-app
npm version ${qualified_version}
cd "$sources"/electron-app
echo -e "\n\n*Version: ${qualified_version}*" >> README.md
else
echo -e "\n\n*Version: ${base_version}-RELEASE*" >> README.md