summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBessenyei Balázs Donát <bessbd@apache.org>2021-04-07 13:57:57 +0200
committerBessenyei Balázs Donát <bessbd@users.noreply.github.com>2021-04-08 19:21:03 +0200
commit46b333c9f2b198f42a76a2aff39597a21ee5e977 (patch)
treed6f423d60a2703dcee71181e840d54a613a2a150
parent2679fda23157b609de1232b1dc9ef53aa0971481 (diff)
downloadcouchdb-46b333c9f2b198f42a76a2aff39597a21ee5e977.tar.gz
Fix publish stage
-rw-r--r--build-aux/Jenkinsfile.full3
1 files changed, 2 insertions, 1 deletions
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 .
'''