mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-26 22:30:58 +00:00
Jenkinsfile Hotfix: install GitPython for progress script (#1612)
This commit is contained in:
parent
68c7e46a6a
commit
f36681d697
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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
Block a user