mirror of https://github.com/zeldaret/mm.git
Jenkinsfile Hotfix: install GitPython for progress script (#1612)
This commit is contained in:
parent
68c7e46a6a
commit
f36681d697
|
@ -23,6 +23,7 @@ pipeline {
|
||||||
stage('Install Python dependencies') {
|
stage('Install Python dependencies') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bash -c "make -j venv"'
|
sh 'bash -c "make -j venv"'
|
||||||
|
sh '.venv/bin/python3 -m pip install GitPython' // Progress script from jenkins requires GitPython
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Copy ROM') {
|
stage('Copy ROM') {
|
||||||
|
|
Loading…
Reference in New Issue