Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed May 22, 2020
1 parent e1241f5 commit 2dbc9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -25,7 +25,7 @@ node {
withMaven(mavenLocalRepo: '.repository', mavenSettingsFilePath: "${env.MVN_SETTINGS_PATH}") {

sh "./xcompile.sh"
sh "cd shmfmi-server && ln -s ../third_party/protobuf/builds/mac/release/bin/protoc"
sh "cd shmfmi-server && cp ../third_party/protobuf/builds/mac/release/bin/protoc ."


// Run the maven build
Expand Down

0 comments on commit 2dbc9a0

Please sign in to comment.