This commit is contained in:
Kiran Challa 2019-10-08 10:13:40 -07:00
Родитель d0acbc1679
Коммит 8e694b2bdf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
set -ex
# branch name is of the format: refs/heads/patch/21090924.1
replacingText="refs/heads"
replacingText="refs/heads/"
sourceBranch=$(echo "$BUILD_SOURCEBRANCH" | sed -e "s.$replacingText..g")
if [ "$sourceBranch" == "master" ]; then