Skip to content

Commit 4ceb9f7

Browse files
printminion-cobromiesTM
authored andcommitted
IONOS(build): sort build targets for external apps
yq '.jobs.prepare-matrix.steps[].run' .github/workflows/build-artifact.yml | sed -n "/matrix='/,/'$/p" | sed "s/.*matrix='//;s/'$//" | jq '.' > matrix.original.json jq 'sort_by(.name)' matrix.original.json > matrix.sorted.json Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 83600b6 commit 4ceb9f7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,25 @@ jobs:
107107
"makefile_target": "build_contacts_app"
108108
},
109109
{
110-
"name": "deck",
111-
"path": "apps-external/deck",
112-
"has_npm": true,
110+
"name": "notify_push",
111+
"path": "apps-external/notify_push",
112+
"has_npm": false,
113113
"has_composer": true,
114-
"makefile_target": "build_deck_app"
114+
"makefile_target": "build_notify_push_app"
115115
},
116116
{
117-
"name": "end_to_end_encryption",
118-
"path": "apps-external/end_to_end_encryption",
117+
"name": "richdocuments",
118+
"path": "apps-external/richdocuments",
119119
"has_npm": true,
120120
"has_composer": true,
121-
"makefile_target": "build_end_to_end_encryption_app"
121+
"makefile_target": "build_richdocuments_app"
122122
},
123123
{
124-
"name": "forms",
125-
"path": "apps-external/forms",
124+
"name": "spreed",
125+
"path": "apps-external/spreed",
126126
"has_npm": true,
127127
"has_composer": true,
128-
"makefile_target": "build_forms_app"
128+
"makefile_target": "build_spreed_app"
129129
},
130130
{
131131
"name": "groupfolders",

0 commit comments

Comments
 (0)