Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/env node
batzionb marked this conversation as resolved.
Show resolved Hide resolved
/* 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
console.log('building temporarily disabled');
batzionb marked this conversation as resolved.
Show resolved Hide resolved
Loading