Skip to content

Commit

Permalink
Merge pull request #3 from ourchitecture/our-dev
Browse files Browse the repository at this point in the history
fix: use catalog url
  • Loading branch information
ourchitectureio authored Mar 13, 2024
2 parents 7a87476 + 45f3fb6 commit d54bf6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: install-dependencies install check
.PHONY: install-dependencies
install-dependencies:
@echo "Installing monorepo dependencies..."
@yarn install --immutable
@npm_config_loglevel=error yarn install --immutable
@yarn workspaces foreach --all --interlaced run install --immutable
@echo "Successfully installed monorepo dependencies."

Expand Down
4 changes: 2 additions & 2 deletions src/systems/dev/backstage/ourstage/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ catalog:
# typically `packages/backend`.
locations:
# Ourchitecture entities catalog.
- type: file
target: ../../../catalog/catalog-info.yaml
- type: url
target: https://github.com/ourchitecture/monorepo/blob/main/src/systems/dev/backstage/catalog/catalog-info.yaml

# Ourstage entities catalog.
- type: file
Expand Down
5 changes: 2 additions & 3 deletions src/systems/dev/backstage/ourstage/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ all: install-dependencies install check
.PHONY: install-dependencies
install-dependencies:
@echo "Installing ourstage dependencies..."
@yarn install \
--immutable \
--network-timeout 300000
@npm_config_loglevel=error yarn install --immutable
@yarn workspaces foreach --all --interlaced run install --immutable
@echo "Successfully installed ourstage dependencies."
.PHONY: init
init: install-dependencies
Expand Down

0 comments on commit d54bf6f

Please sign in to comment.