We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09c4160 + 6311f15 commit c6084c6Copy full SHA for c6084c6
1 file changed
workspaces/x2a/scripts/build-dynamic-plugins.sh
@@ -20,6 +20,7 @@ IMAGE_REGISTRY="quay.io/x2ansible"
20
declare -A PLUGIN_IMAGES=(
21
["x2a"]="red-hat-developer-hub-backstage-plugin-x2a"
22
["x2a-backend"]="red-hat-developer-hub-backstage-plugin-x2a-backend"
23
+ ["scaffolder-backend-module-x2a"]="red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-x2a"
24
)
25
26
# ---------------------------------------------------------------------------
@@ -52,7 +53,7 @@ get_plugin_version() {
52
53
54
install_dependencies() {
55
log "Installing workspace dependencies"
- yarn install --cwd "$WORKSPACE_DIR"
56
+ yarn --cwd "$WORKSPACE_DIR" install
57
}
58
59
build_workspace() {
0 commit comments