Fix command for running publisher script

By default script runned via ./ and path not exist,
need run via bash

Change-Id: I0e20c4d902d344635df32f4ca7ef016e094a3cd9
This commit is contained in:
Evgeny Sikachev 2016-06-27 17:51:38 +03:00
parent 3e21857849
commit 7364cfa5d2

View File

@ -4,7 +4,7 @@
builders: builders:
- shell: | - shell: |
git clone https://git.openstack.org/openstack/sahara-ci-config git clone https://git.openstack.org/openstack/sahara-ci-config
./$WORKSPACE/sahara-ci-config/slave-scripts/publish-logs.sh $WORKSPACE/sahara-ci-config/slave-scripts/publish-logs.sh
triggers: triggers:
- timed: '50 5 * * *' - timed: '50 5 * * *'
publishers: publishers: