From 84c0d9786fde51f387236de361f99b82f16fa647 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 5 Sep 2024 08:28:24 -0700 Subject: [PATCH] Avoids localstack dependency in test configs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 64ad505..e538c96 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ SHELL := /bin/bash +ONLY_MOTO := true + include $(shell test -f .tardigrade-ci || curl -sSL -o .tardigrade-ci "https://raw.githubusercontent.com/plus3it/tardigrade-ci/master/bootstrap/Makefile.bootstrap"; echo .tardigrade-ci)