From 2791f9b45c3a2cf2788278a0d9eb529650ade8f1 Mon Sep 17 00:00:00 2001 From: Efe Karakus Date: Mon, 1 May 2023 15:49:38 -0700 Subject: [PATCH] build: use mainline branch for canaries (#1160) --- buildspec_canary.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildspec_canary.yml b/buildspec_canary.yml index 454a770a3..06218648c 100644 --- a/buildspec_canary.yml +++ b/buildspec_canary.yml @@ -6,8 +6,9 @@ phases: golang: 1.13 build: commands: - - latestTag=$(git describe --tags `git rev-list --tags --max-count=1`) - - echo "checking out $latestTag" - - git checkout $latestTag + # - latestTag=$(git describe --tags `git rev-list --tags --max-count=1`) + # - echo "checking out $latestTag" + # - git checkout $latestTag + - git checkout mainline - make integ-test - ./bin/local/ecs-cli.test