Set correct name for deploy artifact in coffee file
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
parent
484405142e
commit
10c2b7de4f
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
* Use correct deploy artifact name in coffescript [Sebastian]
|
||||
* Use native python as u-boot tool [Sebastian]
|
||||
* Update resin-yocto-scripts to f7718efbbf53369aaacb7eb54e707ee8a5d4fc4b [Sebastian]
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ module.exports =
|
|||
image: 'resin-image'
|
||||
fstype: 'resinos-img'
|
||||
version: 'yocto-rocko'
|
||||
deployArtifact: 'resin-image-bananapi.resinos-img'
|
||||
deployArtifact: 'resin-image-bananapi-m1-plus.resinos-img'
|
||||
compressed: true
|
||||
|
||||
configuration:
|
||||
|
|
Loading…
Add table
Reference in a new issue