From fc55c4e7e96585647095379a745ba8884be470e7 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Wed, 13 Dec 2023 18:44:55 +0000 Subject: [PATCH] DO NOT MERGE - CI test Signed-off-by: Connor Catlett --- Makefile | 1 - hack/e2e/run.sh | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86af5f6ef..24477362e 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,6 @@ mockgen: bin/mockgen .PHONY: verify verify: bin/golangci-lint echo "verifying and linting files ..." - ./hack/verify-all echo "Congratulations! All Go source files have been linted." .PHONY: test diff --git a/hack/e2e/run.sh b/hack/e2e/run.sh index a083394d1..b707cd68c 100755 --- a/hack/e2e/run.sh +++ b/hack/e2e/run.sh @@ -14,6 +14,13 @@ # See the License for the specific language governing permissions and # limitations under the License. + +### DO NOT MERGE +echo "role - \`${AWS_ROLE_ARN}\`" +echo "skipping CI!!!!" +exit 0 +### DISABLING CI FOR TEST PR + set -euo pipefail BASE_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")")