Skip to content

Commit

Permalink
build: use mainline branch for canaries (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
efekarakus authored May 1, 2023
1 parent 2ac7ed8 commit 2791f9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions buildspec_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2791f9b

Please sign in to comment.