ci: fix unstash syntax

This commit is contained in:
zontreck 2025-06-01 02:20:53 -07:00
parent 97e9ed622a
commit b81f19fede

2
Jenkinsfile vendored
View file

@ -84,7 +84,7 @@ pipeline {
script {
sh 'git checkout main'
unstash "md"
unstack "ver"
unstach "ver"
sh '''
#!/bin/bash