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@gmail.com>2021-04-08 11:54:45 +0200
commitcd79b5c468ff4564600ff2c8b9383a55da33cbc1 (patch)
tree3c5cb12e5c8e7f2c220f5093ec3aa64908a075c5
parent6a22a41507732768efa44322d9ecf4294997adb4 (diff)
downloadcouchdb-jenkins-increase-changes-test-timeout.tar.gz
-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 .
'''