From 9b0b1129a65fda199da6959d15a3dcb4fd6fb99a Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Thu, 20 Aug 2020 10:00:03 +0200 Subject: [PATCH] Build without ecs build flag, not required anymore. Fix context create ecs command not build Signed-off-by: Guillaume Tardif --- .github/workflows/optional-ci.yml | 2 -- cli/cmd/context/create_ecs.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/optional-ci.yml b/.github/workflows/optional-ci.yml index 18d2ff191..bcc980822 100644 --- a/.github/workflows/optional-ci.yml +++ b/.github/workflows/optional-ci.yml @@ -89,8 +89,6 @@ jobs: key: go-${{ hashFiles('**/go.sum') }} - name: Build for ECS e2e tests - env: - BUILD_TAGS: ecs run: make -f builder.Makefile cli - name: create aws config folder diff --git a/cli/cmd/context/create_ecs.go b/cli/cmd/context/create_ecs.go index b26aeea21..43ec3a622 100644 --- a/cli/cmd/context/create_ecs.go +++ b/cli/cmd/context/create_ecs.go @@ -1,5 +1,3 @@ -// +build ecs - /* Copyright 2020 Docker, Inc.