Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 2791f9b

Browse files
authored
build: use mainline branch for canaries (#1160)
1 parent 2ac7ed8 commit 2791f9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

buildspec_canary.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ phases:
66
golang: 1.13
77
build:
88
commands:
9-
- latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
10-
- echo "checking out $latestTag"
11-
- git checkout $latestTag
9+
# - latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
10+
# - echo "checking out $latestTag"
11+
# - git checkout $latestTag
12+
- git checkout mainline
1213
- make integ-test
1314
- ./bin/local/ecs-cli.test

0 commit comments

Comments
 (0)