build changes

This commit is contained in:
2025-03-04 10:33:44 -06:00
parent c4f640b3ce
commit ebeb481ea2

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