mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update .drone.yml
This commit is contained in:
parent
a277ab273b
commit
ae99d34c46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue