Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace make with invoke #594

Merged
merged 2 commits into from
Feb 26, 2021
Merged

Replace make with invoke #594

merged 2 commits into from
Feb 26, 2021

Conversation

lfdebrux
Copy link
Contributor

@lfdebrux lfdebrux commented Dec 30, 2020

Ticket: https://trello.com/c/hCCo28Bc/1329-add-makefiles-to-digitalmarketplace-utils-and-reduce-duplication-across-apps

We want to be able to reduce duplication of code across our repos; one of the places we have a lot of duplicated code is in our Makefiles; all of our repos have very similar Makefiles with small historical differences.

This pull request replaces Make with invoke, using the tasks from alphagov/digitalmarketplace-dev-tools.

See Crown-Commercial-Service/digitalmarketplace-developer-tools#1 for more details.


Note: the tests won't pass until Crown-Commercial-Service/digitalmarketplace-developer-tools#1 is merged, as they now depend on invoke

@lfdebrux lfdebrux force-pushed the ldeb-add-invoke branch 2 times, most recently from 3ee5c62 to 1b4465e Compare December 30, 2020 16:40
@lfdebrux lfdebrux force-pushed the ldeb-add-invoke branch 2 times, most recently from 83cf1cf to ec005d9 Compare December 30, 2020 17:28
@lfdebrux lfdebrux marked this pull request as ready for review February 22, 2021 16:02
@lfdebrux lfdebrux marked this pull request as draft February 22, 2021 17:52
@lfdebrux lfdebrux marked this pull request as ready for review February 23, 2021 11:51
Copy link
Contributor

@alex9smith alex9smith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works locally for me! This is so much cleaner than the Makefile 👍

We want to be able to reduce duplication of code across our repos; one
of the places we have a lot of duplicated code is in our Makefiles; all
of our repos have very similar Makefiles with small historical
differences.

This commit replaces Make with invoke, using the tasks from
alphagov/digitalmarketplace-developer-tools.

See Crown-Commercial-Service/digitalmarketplace-developer-tools#1 for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants