Skip to content

Commit c2e1a0c

Browse files
authored
CI: remove unused git-semver
1 parent 48093bf commit c2e1a0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ jobs:
124124
- run:
125125
name: Install ghr
126126
command: go get github.com/tcnksm/ghr
127-
- run:
128-
name: Install git-semver
129-
command: |
130-
set -x
131-
git clone https://github.com/markchalloner/git-semver.git
132-
cd git-semver
133-
git checkout 2.0.2
134-
./install.sh
135127
- run:
136128
name: Show version
137129
command: cat /tmp/workspace/version

0 commit comments

Comments
 (0)