Skip to content

Commit fa84b7a

Browse files
authored
CircleCI: show version
1 parent 8636143 commit fa84b7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,14 @@ jobs:
130130
- run:
131131
name: Install git-semver
132132
command: |
133-
set -xe
133+
set -x
134134
git clone https://github.com/markchalloner/git-semver.git
135135
cd git-semver
136136
git checkout 2.0.2
137137
./install.sh
138+
- run:
139+
name: Show version
140+
command: cat /tmp/workspace/version
138141
- run:
139142
name: Release jar on Github
140143
command: >

0 commit comments

Comments
 (0)