Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Remove hard-coded path to Mono in Jenkinsfile (Protobuild#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que authored Jan 26, 2017
1 parent 79344d9 commit 1f675f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ parallel(
"Mac": {
node('mac') {
checkout poll: false, changelog: false, scm: scm
sh ("/usr/local/bin/mono Protobuild.exe --upgrade-all")
sh ("/usr/local/bin/mono Protobuild.exe --automated-build")
sh ("mono Protobuild.exe --upgrade-all")
sh ("mono Protobuild.exe --automated-build")
}
},
"Linux": {
Expand Down

0 comments on commit 1f675f0

Please sign in to comment.