From d5fa6cff6a325db865050dda8d66caaa716adac0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 21 Mar 2023 22:25:52 -0400 Subject: [PATCH] Delete '.drone.yml' --- .drone.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 56b6672..0000000 --- a/.drone.yml +++ /dev/null @@ -1,32 +0,0 @@ -kind: pipeline -type: docker -name: Updater - -steps: -- name: update - image: eclipse-temurin:17.0.6_10-jdk-focal - entrypoint: [ "/bin/bash" ] - commands: - - apt update - - apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip git - - cd updater - - pipx install pipenv - - pipx ensurepath - - export PATH=/root/.local/bin:$PATH - - pipenv install - - pipenv --python /usr/bin/python3.9 run python main.py - -- name: push - image: ghcr.io/appleboy/drone-git-push - pull: if-not-exists - settings: - branch: main - remote: git@git.nelim.org:matt1432/android_vendor_mulchwebview.git - ssh_key: - from_secret: ssh - -trigger: - event: - - cron - cron: - - update