You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2021/04/08 17:21:18 UTC

[couchdb] 03/03: Fix publish stage

This is an automated email from the ASF dual-hosted git repository.

bessbd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 46b333c9f2b198f42a76a2aff39597a21ee5e977
Author: Bessenyei Balázs Donát <be...@apache.org>
AuthorDate: Wed Apr 7 13:57:57 2021 +0200

    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 c07d1a1..fbd76d9 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 .
           '''