Fix typo
ogboot/pipeline/tag There was a failure building this commit Details

changes-directories^2 0.6.3
Nicolas Arenas 2025-03-19 14:33:52 +01:00
parent 6691845345
commit 226fd17763
1 changed files with 1 additions and 1 deletions

View File

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