Skip to content

Commit

Permalink
Fix separator
Browse files Browse the repository at this point in the history
  • Loading branch information
vdo committed Apr 26, 2019
1 parent 096cfff commit 0ba463d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

echo "Running DAppNode travis CI before_deploy.sh script"

# 0. Grab release type (e.g. release:minor)
TYPE=${TRAVIS_TAG##*:}
# 0. Grab release type (e.g. release/minor)
TYPE=${TRAVIS_TAG##*/}
[ ! "$TYPE" = "release" ] || TYPE="patch"

# 1. Configure the git user to dappnode
Expand Down

0 comments on commit 0ba463d

Please sign in to comment.