travis: working_dir doesn't work as expected. Try and fix it.
This commit is contained in:
parent
bc152da3a6
commit
9a5ff7766e
|
@ -11,9 +11,8 @@ addons:
|
|||
artifacts:
|
||||
debug: true
|
||||
paths:
|
||||
- $(ls -d1 */* | tr "\n" ":")
|
||||
- $(ls -d1 bin/*/* | tr "\n" ":")
|
||||
target_paths: /
|
||||
working_dir: bin
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
|
Loading…
Reference in New Issue