Skip to content

Commit

Permalink
fix Jenkinsfile.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Jun 9, 2019
1 parent feb5392 commit 90f3001
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _assets/ci/Jenkinsfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ pipeline {
sh 'make lint'
} } }

stage('Dep-Ensure') { steps { dir(env.STATUS_PATH) {
sh 'make dep-ensure'
} } }

stage('Canary') { steps { dir(env.STATUS_PATH) {
sh 'make canary-test'
} } }
Expand Down

0 comments on commit 90f3001

Please sign in to comment.