Skip to content

Commit

Permalink
Jenkins: reactivate ROS2-related deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Jan 13, 2020
1 parent 88a32cb commit 4f362f5
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 @@ -674,7 +674,7 @@ pipeline {
}
when {
anyOf {
//branch 'master' // TODO: fix and re-enable
branch 'master'
branch 'pr-jenkins' // for testing
}
}
Expand Down Expand Up @@ -715,7 +715,7 @@ pipeline {
}
when {
anyOf {
//branch 'master'
branch 'master'
branch 'pr-jenkins' // for testing
}
}
Expand Down

0 comments on commit 4f362f5

Please sign in to comment.