Fix permissions

This commit is contained in:
s426226 2020-12-03 17:51:20 +01:00
parent 8711382c1e
commit f6687130dd

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Install') {
steps {
sh chmod 777 dotnet-install.sh
sh "chmod 777 dotnet-install.sh"
sh "./dotnet-install.sh"
}
}