From 79e664b08263f9bfd05672d572d742c3142f9a32 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 2 Sep 2023 13:45:29 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 93432c1..2174856 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,15 +3,16 @@ kind: pipeline name: python steps: + +- name: badgie + image: python + commands: + - pip install badgie + - badgie -w README.md + - name: Update file image: python commands: - python scripts/script.py - -- name: file - image: python - commands: - - python scripts/script1.py - when: status: - - success \ No newline at end of file + - success