From e6bb4ffc6491b3a3e1d6af404290336277cf8292 Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Shmelev Date: Mon, 24 Feb 2025 15:39:41 +0100 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f3c884..f675cab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { aptly=172.17.8.68 scp -o StrictHostKeyChecking=no build/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb aptly@${aptly}:/tmp ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly repo add opengnsys /tmp/OGBrowser-2.0.${BUILD_NUMBER}-Linux.deb" - ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish update noble filesystem:opengnsys:main -passphrase=\"${GPG_PASSPHRASE}\"" + ssh aptly@${aptly} -o StrictHostKeyChecking=no "aptly publish update -passphrase=\"${GPG_PASSPHRASE}\" noble filesystem:opengnsys:main " ''' } }