mirror of https://github.com/rusefi/canable-fw.git
corrected artifacts command
This commit is contained in:
parent
1ec56ad7fa
commit
61e7c88c3b
|
@ -20,4 +20,4 @@ before_script:
|
||||||
script: make BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
|
script: make BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
"travis-artifacts upload --target-path=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*"
|
"artifacts upload --target-path=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*"
|
Loading…
Reference in New Issue