From 3d9cfbc86d045ead2d46df3cc77196b91c148afc Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 14 May 2024 19:20:32 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index fc1bbb7..aa004a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,3 +4,11 @@ name: Docker - Quick Test steps: - name: run image: bobicloudvision/phyre-panel:latest + environment: + DEBIAN_FRONTEND: noninteractive + CODECOV_TOKEN: + from_secret: CODECOV_TOKEN + commands: + - MAIN_REPO_DIR=$(pwd) + - cd /usr/local/phyre/web/ + - ls -la