From b2c5a05c90c67bc956b05bcbbfd50ddc5e2078a0 Mon Sep 17 00:00:00 2001 From: ronis_0505 Date: Fri, 22 Aug 2025 22:44:20 +0300 Subject: [PATCH] delete drone files --- drone/drone.yaml | 10 ---------- drone/drone_connect_remote_dc=ocker.yaml | 6 ------ drone/drone_dockler_registry.yaml | 7 ------- 3 files changed, 23 deletions(-) delete mode 100644 drone/drone.yaml delete mode 100644 drone/drone_connect_remote_dc=ocker.yaml delete mode 100644 drone/drone_dockler_registry.yaml diff --git a/drone/drone.yaml b/drone/drone.yaml deleted file mode 100644 index 6818167..0000000 --- a/drone/drone.yaml +++ /dev/null @@ -1,10 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: build - image: python:3.11 - commands: - - pip install -r requirements.txt - - python your_script.py \ No newline at end of file diff --git a/drone/drone_connect_remote_dc=ocker.yaml b/drone/drone_connect_remote_dc=ocker.yaml deleted file mode 100644 index d9168b5..0000000 --- a/drone/drone_connect_remote_dc=ocker.yaml +++ /dev/null @@ -1,6 +0,0 @@ -steps: - - name: build - image: plugins/docker - settings: - repo: youruser/your-image - docker_host: ssh://user@host diff --git a/drone/drone_dockler_registry.yaml b/drone/drone_dockler_registry.yaml deleted file mode 100644 index 6621a17..0000000 --- a/drone/drone_dockler_registry.yaml +++ /dev/null @@ -1,7 +0,0 @@ -steps: - - name: build - image: your_private_registry/your_image:tag - image_pull_secrets: - - dockerconfigjson - commands: - - # your build command \ No newline at end of file