Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren committed Sep 25, 2023
1 parent a52c6aa commit 3317108
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage('test') {
steps {
sh 'make test'
}
}
stage('staging') {
steps {
sh 'make deploy-stage'
Expand Down

0 comments on commit 3317108

Please sign in to comment.