mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
Jenkinsfile Hotfix: install GitPython for progress script (#1612)
This commit is contained in:
Vendored
+1
@@ -23,6 +23,7 @@ pipeline {
|
||||
stage('Install Python dependencies') {
|
||||
steps {
|
||||
sh 'bash -c "make -j venv"'
|
||||
sh '.venv/bin/python3 -m pip install GitPython' // Progress script from jenkins requires GitPython
|
||||
}
|
||||
}
|
||||
stage('Copy ROM') {
|
||||
|
||||
Reference in New Issue
Block a user