Skip to content

Commit

Permalink
Fix branding directory not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Dec 3, 2020
1 parent 811ad77 commit e1d45e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions manifests/experimental/eu.tiliado.NuvolaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ modules:
disable-shallow-clone: true
- type: file
path: nuvola-branding.json
dest-filename: branding/tiliado.json
dest: branding
dest-filename: tiliado.json
- type: file
path: nuvola.appdata.xml
dest-filename: branding/tiliado/appdata.xml
dest: branding/tiliado
dest-filename: appdata.xml

- name: final
buildsystem: simple
Expand Down
6 changes: 4 additions & 2 deletions manifests/master/eu.tiliado.NuvolaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ modules:
disable-shallow-clone: true
- type: file
path: nuvola-branding.json
dest-filename: branding/tiliado.json
dest: branding
dest-filename: tiliado.json
- type: file
path: nuvola.appdata.xml
dest-filename: branding/tiliado/appdata.xml
dest: branding/tiliado
dest-filename: appdata.xml

- name: final
buildsystem: simple
Expand Down
6 changes: 4 additions & 2 deletions manifests/stable/eu.tiliado.NuvolaBase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ modules:
disable-shallow-clone: true
- type: file
path: nuvola-branding.json
dest-filename: branding/tiliado.json
dest: branding
dest-filename: tiliado.json
- type: file
path: nuvola.appdata.xml
dest-filename: branding/tiliado/appdata.xml
dest: branding/tiliado
dest-filename: appdata.xml

- name: final
buildsystem: simple
Expand Down

0 comments on commit e1d45e8

Please sign in to comment.