Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 60402da

Browse files
author
Franck Royer
committed
Remove the branch name check as it does not behave as expected
1 parent 0847e07 commit 60402da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
- install_rust
5454
- install_node_devlibs
5555
- print_current_versions
56-
- run:
57-
name: "Check that the branch name holds the correct version"
58-
command: |
59-
VERSION=$(cargo pkgid -- cnd|cut -d# -f2)
60-
test "release/${VERSION}" = "${CIRCLE_BRANCH}"
6156
- run:
6257
name: Release build and test using cargo make
6358
command: |

0 commit comments

Comments
 (0)