From 07af8e299a53e74805dc94304a6e7a6e9c4a60aa Mon Sep 17 00:00:00 2001 From: awsluja <110861985+awsluja@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:47:08 -0400 Subject: [PATCH] ci: fix verify-api-extract codebuild (#13019) --- shared-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shared-scripts.sh b/shared-scripts.sh index 5ba93c62c52..bb39288118b 100644 --- a/shared-scripts.sh +++ b/shared-scripts.sh @@ -125,6 +125,7 @@ function _verifyAPIExtract { # download [repo, .cache from s3] loadCache repo $CODEBUILD_SRC_DIR loadCache .cache $HOME/.cache + unset IS_AMPLIFY_CI yarn verify-api-extract } function _verifyYarnLock {