diff --git a/build_sec_OS.sh b/build_sec_OS.sh index 6529969357658066518c39da8809b661474d0839..e6ef722e58c43696489aa64b15f8d4980e7c0df2 100755 --- a/build_sec_OS.sh +++ b/build_sec_OS.sh @@ -4,7 +4,6 @@ echo "Directory: $1" echo "Machine: $2" -echo "Branch: $BRANCH_NAME" mkdir src/config @@ -17,7 +16,9 @@ if [ "$2" == "windows10" ]; then echo "y" >> input_install echo "1" >> input_install - ./install -i "/home/jenkins/$BRANCH_NAME" < input_install + branch=$(git rev-parse --abbrev-ref HEAD) + + ./install -i "/home/jenkins/$branch" < input_install fi