Skip to content

Commit

Permalink
Merge pull request #147 from mintel/force-make-tools
Browse files Browse the repository at this point in the history
Force update-makefile and update-tools to run
  • Loading branch information
jtdoepke authored Apr 6, 2023
2 parents 9abf19e + 2b86c04 commit 6f8d6e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/satoshi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ satoshi/update-makefile:
@make satoshi/update-makefile/k8s

## Update Satoshi Makefile for a particular toolset e.g. k8s and tf
satoshi/update-makefile/%:
satoshi/update-makefile/%: FORCE
$(shell curl -sSL -o Makefile "https://raw.githubusercontent.com/mintel/build-harness-extensions/main/modules/satoshi/${*}-makefile.template")

## Update Satoshi asdf .tool-versions for k8s toolset
satoshi/update-tools:
@make satoshi/update-tools/k8s

## Update Satoshi asdf .tool-versions for a particular toolset e.g. k8s and tf
satoshi/update-tools/%:
satoshi/update-tools/%: FORCE
$(shell curl -sSL -o .tool-versions "https://raw.githubusercontent.com/mintel/build-harness-extensions/main/modules/satoshi/${*}-tool-versions")
@make asdf/install

FORCE:

0 comments on commit 6f8d6e2

Please sign in to comment.