-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a depends_on email-alert-api to content-data
content-data-admin now depends on email-alert-api to retrieve metrics about the number of email subscriptions.
- Loading branch information
1 parent
474dd0f
commit 6b2ef72
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
content-data-admin: bundle-content-data-admin content-data-api | ||
content-data-admin: bundle-content-data-admin content-data-api email-alert-api | ||
$(GOVUK_DOCKER) run $@-lite bin/rake db:prepare | ||
$(GOVUK_DOCKER) run $@-lite env RAILS_ENV=test bin/rake db:prepare | ||
$(GOVUK_DOCKER) run $@-lite yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters