Ensure branch is properly checked out

This commit is contained in:
zontreck 2025-03-26 02:16:36 -07:00
parent fe92b0ec49
commit 6b392e7b09

1
Jenkinsfile vendored
View file

@ -81,6 +81,7 @@ pipeline {
steps {
script {
sh 'git checkout main'
unstash "md"
sh '''
#!/bin/bash