Skip to content

Commit

Permalink
Restore CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 6, 2020
1 parent 8986d6f commit 7c73e73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Expand Up @@ -31,11 +31,11 @@ pipeline {
sh 'sleep 10'
sh 'TEST_MODE=e2e yarn test --ci'
}
// post {
// always {
// sh 'docker-compose -p cardano-graphql down'
// }
// }
post {
always {
sh 'docker-compose -p cardano-graphql down'
}
}
}
stage('Build Docker Images') {
steps {
Expand Down

0 comments on commit 7c73e73

Please sign in to comment.