Skip to content

Commit dc2a851

Browse files
committed
Fix bug in job.sh
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
1 parent d255d84 commit dc2a851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ echo "GIT_COMMIT=${GIT_COMMIT:?GIT_COMMIT is not set. Use 'cluv submit' to submi
1515
srun --ntasks-per-node=1 --ntasks=$SLURM_NNODES --input=all bash -e <<END
1616
cd $SLURM_TMPDIR
1717
git clone $project_root
18-
git checkout --detach $GIT_COMMIT
1918
cd $SLURM_TMPDIR/cluv
19+
git checkout --detach $GIT_COMMIT
2020
exec uv sync
2121
END
2222

0 commit comments

Comments
 (0)