Skip to content

Commit

Permalink
Merge pull request #98 from reactioncommerce/repo-order
Browse files Browse the repository at this point in the history
fix: Reorder subprojects based on dependency order for startup
  • Loading branch information
ticean authored Jan 23, 2020
2 parents 0848755 + 08bc70e commit 26c22da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ endef
# TAG is the git tag or branch to checkout
# Projects will be started in this order
define SUBPROJECT_REPOS
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-beta
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-beta \
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-beta
endef

# List of user defined networks that should be created.
Expand Down

0 comments on commit 26c22da

Please sign in to comment.