From 2f423cfe2a962220b9e2c2fc02da0628e5b3e579 Mon Sep 17 00:00:00 2001 From: Keshav Date: Wed, 29 Sep 2021 19:57:07 +0100 Subject: [PATCH] Update smoke-test target with correct buildspec --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57db742..83ab852 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ setup-codebuild-agent: .PHONY: test-smoke test-smoke: setup-codebuild-agent - CODEBUILD_IMAGE_TAG=codebuild-agent test/integration/codebuild-local/test_one.sh test/integration/codebuild/buildspec.os.alpine.yml alpine 3.12 2.7 + CODEBUILD_IMAGE_TAG=codebuild-agent test/integration/codebuild-local/test_one.sh test/integration/codebuild/buildspec.os.alpine.1.yml alpine 3.12 2.7 .PHONY: test-unit test-unit: