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

Merge remote-tracking branch 'origin/master' into fixing_load_and_save

parents 045547dc 8be79ecf
No related branches found
No related tags found
No related merge requests found
Pipeline #6393 failed
......@@ -3,12 +3,17 @@
workspace=$1
hostname=$(cat hostname)
target=$3
comp_type=$4
branch=$5
with_gpu=$6
if [ -f hostname ]; then
hostname=$(cat hostname)
else
hostname=$(hostname)
fi
if [ x"$branch" == x"" ]; then
echo "Getting branch from git"
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
......
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