Skip to content

Commit

Permalink
Removed copied testCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent e8bfb9c commit 60df739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pipeline {

stages {
stage('Run tests') {
when { expression { testCmd }}
steps {
sh 'rake tests'
}
Expand Down

0 comments on commit 60df739

Please sign in to comment.