mirror of https://github.com/n64decomp/mk64.git
Only update progress when running on master branch. (#106)
This commit is contained in:
parent
98369fc526
commit
89cc7ecb10
|
@ -29,6 +29,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Update progress') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
progress = sh(
|
||||
|
|
Loading…
Reference in New Issue