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