Skip to content

Commit 9bdefac

Browse files
authored
CircleCI: remove whitespace from version
1 parent cf64a7d commit 9bdefac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
-r fossildb
148148
-c $(git rev-parse HEAD)
149149
-b "executable jar of __FossilDB__"
150-
$(cat /tmp/workspace/version)
150+
$(cat /tmp/workspace/version | tr -d [:space:])
151151
/tmp/workspace/fossildb.jar
152152
153153
workflows:

0 commit comments

Comments
 (0)