From 5352aa0ebc1730e699fc57acfa0911259098a482 Mon Sep 17 00:00:00 2001 From: nacho Date: Sun, 26 Nov 2023 19:30:19 +0100 Subject: [PATCH] move Earthfile to root folder --- Earthfile | 6 ++++++ lists/disposable-email/Earthfile | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 Earthfile delete mode 100644 lists/disposable-email/Earthfile diff --git a/Earthfile b/Earthfile new file mode 100644 index 0000000..ca4ba84 --- /dev/null +++ b/Earthfile @@ -0,0 +1,6 @@ +VERSION 0.7 +FROM alpine:3.18.4 + +export-lists: + COPY --dir lists ./ + SAVE ARTIFACT lists diff --git a/lists/disposable-email/Earthfile b/lists/disposable-email/Earthfile deleted file mode 100644 index 78196c3..0000000 --- a/lists/disposable-email/Earthfile +++ /dev/null @@ -1,6 +0,0 @@ -VERSION 0.7 -FROM alpine:3.18.4 - -export: - COPY list.json ./ - SAVE ARTIFACT list.json \ No newline at end of file