mirror of https://github.com/docker/compose.git
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:
parent
d49d4473c3
commit
9b0b1129a6
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build ecs
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2020 Docker, Inc.
|
Copyright 2020 Docker, Inc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue