From cd79b5c468ff4564600ff2c8b9383a55da33cbc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Wed, 7 Apr 2021 13:57:57 +0200 Subject: Fix publish stage --- build-aux/Jenkinsfile.full | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index c07d1a158..fbd76d99c 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -703,7 +703,8 @@ pipeline { sh ''' cp js/centos-7/*rpm pkgs/centos7 cp js/centos-8/*rpm pkgs/centos8 - cd ../centos7 && createrepo --database . + cd pkgs + cd centos7 && createrepo --database . cd ../centos8 && createrepo --database . ''' -- cgit v1.2.1