build changes
Some checks failed
Public/monitarr/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2025-03-04 10:33:44 -06:00
parent 394dae2e59
commit 3035427d51

View File

@ -48,16 +48,6 @@ pipeline {
} }
} }
stage('test') {
agent any
steps {
sh 'scripts/test.sh'
sh 'scripts/test.sh "" "" "" "" 1 1'
sh 'scripts/test.sh aarch64'
}
}
stage('deliver') { stage('deliver') {
agent any agent any