From 327ca2136c3859fc255b596222a428c95aff560f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Wed, 15 May 2024 15:16:10 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 810ae96..8f0a7f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: from_secret: db_password - name: create-bigbrother-database - image: node:latest + image: python:latest commands: - cd database/ - - npm install - - node database/db-creation.js + - pip install + - python3 db-creation.py