This commit is contained in:
Bozhidar 2024-05-03 01:26:11 +03:00
parent e87a544b3c
commit 670b3b0e14
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ steps:
image: ubuntu:22.04
commands:
- apt-get update
- apt-get install -y libicu-dev sudo cron
- apt-get install -y libicu-dev sudo cron apt-utils
- mkdir /phyre-panel
- cp installers/ubuntu-22.04/install-partial/install_base.sh /phyre-panel/install_base.sh

View File

@ -16,7 +16,7 @@ The admin panel can be opened on port: yourserver.com:8443
## Build Status
### Master branch
![Unit Tests](https://github.com/PhyreApps/PhyrePanel/actions/workflows/app-unit-test.yml/badge.svg)
[![Build Status](http://95.217.182.28/api/badges/PhyreApps/PhyrePanel/status.svg)](http://95.217.182.28/PhyreApps/PhyrePanel)
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/graph/badge.svg?token=BO0RTPLS4W)](https://codecov.io/gh/PhyreApps/PhyrePanel)
All development is done on the `dev` branch. The `master` branch is used for stable releases.