Skip to content

Commit

Permalink
fix(orchestrator): temporarily disable plugins/orchestrator-swf-edito…
Browse files Browse the repository at this point in the history
…r-envelope build (janus-idp#1722)

* fix(orchestrator): temporarily disable plugins/orchestrator-swf-editor-envelope build

* Update plugins/orchestrator-swf-editor-envelope/scripts/build

Co-authored-by: Nick Boldt <nboldt@redhat.com>

* Update plugins/orchestrator-swf-editor-envelope/scripts/build

Co-authored-by: Nick Boldt <nboldt@redhat.com>

---------

Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
batzionb and nickboldt committed May 27, 2024
1 parent 7e24e86 commit 5c40936
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/orchestrator-swf-editor-envelope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"role": "web-library"
},
"scripts": {
"build": "webpack --progress",
"build": "scripts/build",
"postbuild": "scripts/postbuild copy",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
Expand Down
7 changes: 7 additions & 0 deletions plugins/orchestrator-swf-editor-envelope/scripts/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/bash
/* eslint-disable no-console */

// disabling building temporarily to not break backstage plugins release job
// https://github.com/janus-idp/backstage-plugins/actions/runs/9255511136/job/25459744222#step:4:4465
// command should be: webpack --progress
echo "build temporarily disabled"; mkdir -p dist/

0 comments on commit 5c40936

Please sign in to comment.