Updated ogcore
testing/ogcore-api/pipeline/head This commit looks good Details

pull/27/head
Nicolas Arenas 2025-03-26 13:48:45 +01:00
parent e646b4b1e9
commit 6b228b146b
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ pipeline {
agent { label 'debian-repo' }
steps {
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/ogcore/*.deb"
sh "rm -rf /var/tmp/opengnsys/debian-repo/ogcore/*"
}
}
}