We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8924f + 3a04375 commit d55f0dfCopy full SHA for d55f0df
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