From 9ababd6c71eef8e4f954be9b5cae3e8b7fcb0bc6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 24 Mar 2020 00:04:20 +0100 Subject: Fix the planet scp call to include the content of the directory Otherwise, we have build at / and not really what we want Change-Id: I5a1227dd6c6e0a20f48ab09552746c4378310d29 --- build-gluster-org/scripts/planet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org') diff --git a/build-gluster-org/scripts/planet.sh b/build-gluster-org/scripts/planet.sh index fc2fcbb..ab2158d 100644 --- a/build-gluster-org/scripts/planet.sh +++ b/build-gluster-org/scripts/planet.sh @@ -13,4 +13,4 @@ $MOCK --copyout /src/build/ $WORKSPACE/build $MOCK --clean sudo chown -R jenkins:jenkins build -scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -i "$LOG_KEY" -r build _bits-gluster@http.int.rht.gluster.org:/var/www/glusterfs-planet +scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -i "$LOG_KEY" -r build/. _bits-gluster@http.int.rht.gluster.org:/var/www/glusterfs-planet -- cgit