1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-26 14:27:00 +02:00

possibly fixed weird ci issue because of course

This commit is contained in:
Ell 2021-04-22 01:42:42 +02:00
parent 1759f0ef5b
commit b3759b86c4

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
steps {
sh 'dotnet tool restore'
// we use xvfb to allow for graphics-dependent tests
sh 'xvfb-run -a /usr/bin/dotnet dotnet-cake --Target=Publish --Branch=' + env.BRANCH_NAME
sh 'xvfb-run -a dotnet dotnet-cake --Target=Publish --Branch=' + env.BRANCH_NAME
}
}
stage('Document') {