We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ead07b9 + d55f0df commit 9927f77Copy full SHA for 9927f77
scripts/debian/build.sh
@@ -9,7 +9,7 @@ SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
9
# In case of running this script on detached head, script has difficulties in finding out
10
# what is the current branch.
11
if [[ -n "$BRANCH_NAME" ]]; then
12
- source ${SCRIPTPATH}/../export-git-env-vars.sh -b $BRANCH_NAME
+ BRANCH_NAME="$BRANCH_NAME" source ${SCRIPTPATH}/../export-git-env-vars.sh
13
else
14
source ${SCRIPTPATH}/../export-git-env-vars.sh
15
fi
0 commit comments