Skip to content

Commit 7d3e998

Browse files
committed
--enable-coverage falla porque coverage cambio a get_data
kmmbvnr/django-jenkins#375 hasta que no se apruebe ese commit y salga la nueva versión lo elimino
1 parent b208f1c commit 7d3e998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ node {
1717
sh 'python3.8 -m venv ./venv'
1818
sh 'source venv/bin/activate'
1919
sh 'pip3 install -r requirements.txt'
20-
sh 'python3.8 manage.py jenkins --enable-coverage'
20+
sh 'python3.8 manage.py jenkins'
21+
// sh 'python3.8 manage.py jenkins --enable-coverage'
22+
// Coverage changes to get_data an for now crash
23+
// https://github.com/kmmbvnr/django-jenkins/pull/375
2124

2225

2326
stage 'Deploy'

0 commit comments

Comments
 (0)