Skip to content

Commit 3a1b8ae

Browse files
committed
remove edge job
1 parent a17ab95 commit 3a1b8ae

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

.github/workflows/edge.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ clean:
1313
pipenv --rm
1414
docker image ls --quiet $(REPO) | uniq | xargs docker image rm --force
1515

16-
edge: requirements-dev.txt
17-
docker build \
18-
--build-arg PYTHON_VERSION=$(PYTHON_VERSION) \
19-
--build-arg SUPERSET_VERSION=master \
20-
--file Dockerfile.edge \
21-
--tag $(REPO):edge \
22-
.
23-
2416
push:
2517
docker push --all-tags $(REPO)
2618

0 commit comments

Comments
 (0)