Fix build-atom script

This commit is contained in:
Kris De Volder
2017-08-03 13:10:00 -07:00
parent eb0b90aac9
commit 0d7abd9f61
2 changed files with 1 additions and 2 deletions

View File

@@ -489,7 +489,6 @@ jobs:
- atom-language-servers-test
- task: build-manifest-yaml-atom-package
input_mapping:
sts4: atom-commons
package_sources: atom-cf-manifest-yaml
fatjar: s3-manifest-yaml-fatjar-snapshot
file: sts4/concourse/tasks/build-atom-package.yml

View File

@@ -3,7 +3,7 @@ set -e
set -v
workdir=`pwd`
url=`fatjar/url`
url=`cat fatjar/url`
echo "The url of the fatjar is ${url}"