Skip to content

Commit

Permalink
CircleCI: remove whitespace from version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstriebel authored Dec 13, 2017
1 parent cf64a7d commit 9bdefac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
-r fossildb
-c $(git rev-parse HEAD)
-b "executable jar of __FossilDB__"
$(cat /tmp/workspace/version)
$(cat /tmp/workspace/version | tr -d [:space:])
/tmp/workspace/fossildb.jar
workflows:
Expand Down

0 comments on commit 9bdefac

Please sign in to comment.