Skip to content
Snippets Groups Projects
Commit 867effc8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Buld OS pipeline by branch

parent ecf5149e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment