Skip to content

Commit

Permalink
Merge pull request #150 from rafaelferrero/urgent/issue-141
Browse files Browse the repository at this point in the history
--enable-coverage falla porque coverage cambio a get_data
  • Loading branch information
rafaelferrero authored May 23, 2020
2 parents e326468 + 7d3e998 commit d53cbc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ node {
sh 'python3.8 -m venv ./venv'
sh 'source venv/bin/activate'
sh 'pip3 install -r requirements.txt'
sh 'python3.8 manage.py jenkins --enable-coverage'
sh 'python3.8 manage.py jenkins'
// sh 'python3.8 manage.py jenkins --enable-coverage'
// Coverage changes to get_data an for now crash
// https://github.com/kmmbvnr/django-jenkins/pull/375


stage 'Deploy'
Expand Down

0 comments on commit d53cbc0

Please sign in to comment.