Skip to content

Commit

Permalink
Cleanup after CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 6, 2020
1 parent 638cf48 commit b1595e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
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 b1595e0

Please sign in to comment.