mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Update branch.
This commit is contained in:
parent
9ca2c21547
commit
e39deb4bdc
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||||
else
|
else
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
BRANCH=$2
|
BRANCH=$2
|
||||||
|
BRANCH=${BRANCH#refs\/heads\/}
|
||||||
|
BRANCH=${BRANCH//\//-}
|
||||||
fi
|
fi
|
||||||
outputFolder='./_output'
|
outputFolder='./_output'
|
||||||
outputFolderMono='./_output_mono'
|
outputFolderMono='./_output_mono'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue