]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-galaxy: fix workspace path 567/head
authorSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 10:52:48 +0000 (11:52 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 10:52:48 +0000 (11:52 +0100)
The current path to execute the script is wrong, see:
bash:
/home/jenkins-build/build/workspace/ceph-ansible-galaxy/contrib/push-roles-to-ansible-galaxy.sh:
No such file or directory

It tries to execute
ceph-ansible-galaxy/contrib/push-roles-to-ansible-galaxy.sh where the
actual script is in
ceph-ansible-galaxy/ceph-ansible/contrib/push-roles-to-ansible-galaxy.sh

This commit fixes this.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-ansible-galaxy/build/build

index ea396d78acbaaa763be9ccf2f1785cbd665c149a..f8036b3272d50f03b874ba943bf9077fd5067d47 100644 (file)
@@ -2,4 +2,4 @@
 
 # propagates the change in the necessary Ansible Galaxy repos.
 # i.e. https://github.com/ceph/ansible-ceph-common
-bash "$WORKSPACE"/contrib/push-roles-to-ansible-galaxy.sh
+bash "$WORKSPACE"/ceph-ansible/contrib/push-roles-to-ansible-galaxy.sh