Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-11 12:19:19 +03:00
parent a277ab273b
commit ae99d34c46

View file

@ -5,9 +5,9 @@ steps:
- name: run & upload code coverage - name: run & upload code coverage
image: ubuntu:22.04 image: ubuntu:22.04
environment: environment:
DEBIAN_FRONTEND: noninteractive
CODECOV_TOKEN: CODECOV_TOKEN:
from_secret: CODECOV_TOKEN from_secret: CODECOV_TOKEN
DEBIAN_FRONTEND: noninteractive
commands: commands:
- MAIN_REPO_DIR=$(pwd) - MAIN_REPO_DIR=$(pwd)
- apt-get update - apt-get update