Merge pull request 'fix(build): remove css directory' (#408) from develop into master
Some checks are pending
Some checks are pending
Reviewed-on: #408
This commit is contained in:
commit
b1e19ac965
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ steps:
|
|||
- echo "$APP_CERTIFICATE" > "/tmp/side_menu.key"
|
||||
- echo "$APP_PUBLIC_CERTIFICATE" > "/tmp/side_menu.crt"
|
||||
- mkdir /tmp/app
|
||||
- cp -r README.md CHANGELOG.md appinfo css lib img l10n js src templates screenshots vendor /tmp/app
|
||||
- cp -r README.md CHANGELOG.md appinfo lib img l10n js src templates screenshots vendor /tmp/app
|
||||
- /usr/src/nextcloud/occ integrity:sign-app
|
||||
--privateKey=/tmp/side_menu.key
|
||||
--certificate=/tmp/side_menu.crt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue