Skip to content

Commit c6084c6

Browse files
authored
Merge branch 'main' into commit-id-tracking
2 parents 09c4160 + 6311f15 commit c6084c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workspaces/x2a/scripts/build-dynamic-plugins.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ IMAGE_REGISTRY="quay.io/x2ansible"
2020
declare -A PLUGIN_IMAGES=(
2121
["x2a"]="red-hat-developer-hub-backstage-plugin-x2a"
2222
["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"
2324
)
2425

2526
# ---------------------------------------------------------------------------
@@ -52,7 +53,7 @@ get_plugin_version() {
5253

5354
install_dependencies() {
5455
log "Installing workspace dependencies"
55-
yarn install --cwd "$WORKSPACE_DIR"
56+
yarn --cwd "$WORKSPACE_DIR" install
5657
}
5758

5859
build_workspace() {

0 commit comments

Comments
 (0)