Fix brackets

This commit is contained in:
s426226 2020-12-03 17:49:04 +01:00
parent 6afc0e44fe
commit eccafe1dc7

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
steps { steps {
sh "./dotnet-install.sh" sh "./dotnet-install.sh"
} }
}
stage('Restore') { stage('Restore') {
steps { steps {
dir('Serwer') { dir('Serwer') {