Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 97afe3c

Browse files
author
Steffen Bleul
committed
NExt try
1 parent 8f945c8 commit 97afe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# CONTAINER VARIABLES
55
#------------------
66
export NGINX_VERSION=1.10.1-r1
7-
export BUILD_BRANCH=$(git branch | grep -e "^*" | awk '/^\*/{print $2}')
7+
export BUILD_BRANCH=$(git branch | grep -e "^*" | cut -d' ' -f 2)

0 commit comments

Comments
 (0)