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
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
builders:
- shell: |
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:
- timed: '50 5 * * *'
publishers: