mirror of
https://github.com/docker/compose.git
synced 2026-06-20 21:46:11 +00:00
Remove build flag for local backend
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
a6316a90c7
commit
6fc8eefb1b
16 changed files with 6 additions and 34 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -60,12 +60,12 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
env:
|
||||
BUILD_TAGS: example,local
|
||||
BUILD_TAGS: example
|
||||
run: make -f builder.Makefile test
|
||||
|
||||
- name: Build for local E2E
|
||||
env:
|
||||
BUILD_TAGS: example,local,e2e
|
||||
BUILD_TAGS: example,e2e
|
||||
run: make -f builder.Makefile cli
|
||||
|
||||
- name: E2E Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue