Skip to content

Commit 50f758a

Browse files
committed
Again.
1 parent b48bc4b commit 50f758a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ pipeline {
7070
sh '''
7171
echo "[$PATH]"
7272
which tox
73-
flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c "echo success" 2>&1
73+
which flock
74+
{ flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c "echo success"; } 2>&1
7475
echo "got here"
7576
'''
7677
}

0 commit comments

Comments
 (0)