From 5b78bd400e05d1ff1ead364eb85a0e0114b5ab52 Mon Sep 17 00:00:00 2001 From: lz-wang Date: Sat, 3 Sep 2022 16:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 14 ++++++++++++++ .gitignore | 4 +++- python3.10/Dockerfile | 0 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .drone.yml create mode 100644 python3.10/Dockerfile diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6dda23c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +# TODO: Only on Home Server +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world diff --git a/.gitignore b/.gitignore index d4777d2..c855f12 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -26,3 +27,4 @@ Network Trash Folder Temporary Items .apdisk +.idea diff --git a/python3.10/Dockerfile b/python3.10/Dockerfile new file mode 100644 index 0000000..e69de29