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:
parent
3e21857849
commit
7364cfa5d2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user