From a0e67759d22c9502ac923958e08bdf1e0b28ad68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Mon, 20 Apr 2020 18:58:56 +0200 Subject: [PATCH] Remove awslogs version test. --- ci/brew-install-aws.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/brew-install-aws.inc.sh b/ci/brew-install-aws.inc.sh index 4e68ace0..611f376b 100644 --- a/ci/brew-install-aws.inc.sh +++ b/ci/brew-install-aws.inc.sh @@ -15,5 +15,4 @@ echo_do "brew: Testing AWS utils..." # allow for a smooth transition to v2, but lock to version 2 by end of 2020 # exe_and_grep_q "aws --version | head -1" "^aws-cli/2\\." exe_and_grep_q "aws --version | head -1" "^aws-cli/[12]\\." -exe_and_grep_q "awslogs --version | head -1" "^awslogs 0\\." echo_done