Build without ecs build flag, not required anymore. Fix context create ecs command not build

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-08-20 10:00:03 +02:00
parent d49d4473c3
commit 9b0b1129a6
2 changed files with 0 additions and 4 deletions

View File

@ -89,8 +89,6 @@ jobs:
key: go-${{ hashFiles('**/go.sum') }} key: go-${{ hashFiles('**/go.sum') }}
- name: Build for ECS e2e tests - name: Build for ECS e2e tests
env:
BUILD_TAGS: ecs
run: make -f builder.Makefile cli run: make -f builder.Makefile cli
- name: create aws config folder - name: create aws config folder

View File

@ -1,5 +1,3 @@
// +build ecs
/* /*
Copyright 2020 Docker, Inc. Copyright 2020 Docker, Inc.