Pull images before running CI
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
2118f6992a
commit
ade223cf2e
3 changed files with 8 additions and 39 deletions
6
Makefile
6
Makefile
|
@ -82,5 +82,11 @@ lint:
|
|||
|
||||
fmt:
|
||||
gofmt -s -l -w $(SRCS)
|
||||
|
||||
pull-images:
|
||||
for f in $(shell find ./integration/resources/compose/ -type f); do \
|
||||
docker-compose -f $$f pull; \
|
||||
done
|
||||
|
||||
help: ## this help
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue