commit e6a661ef4868c9ead401949079cadf14f7b4b7dd Author: Arvin Lirio Date: Thu Jul 31 08:39:02 2025 +0000 sss diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a9526de --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: alpine + commands: + - echo "Running tests" + - echo "Tests passed!"