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

Fixing CI script

parent 63e76e8c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ hostname=$2 ...@@ -6,7 +6,7 @@ hostname=$2
nproc=$3 nproc=$3
ntask_per_node=$5 ntask_per_node=$5
nodes=$4 nodes=$4
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3) branch=$6
echo "Directory: $workspace" echo "Directory: $workspace"
echo "Machine: $hostname" echo "Machine: $hostname"
......
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