Fix typo in Jenkinsfile
testing/ogcore-api/pipeline/head This commit looks good Details
ogcore-debian-package/pipeline/tag This commit looks good Details

pull/26/head
Nicolas Arenas 2025-03-19 12:15:29 +01:00
parent 18f3512e5b
commit 7cc0a44650
1 changed files with 1 additions and 1 deletions

View File

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