Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-04 03:55:32 +03:00
parent 865ef47c2f
commit d99d4e3623

View file

@ -5,6 +5,7 @@ steps:
- name: run unit tests
image: centos:latest
commands:
- yum install -y wget sudo
- mkdir /phyre-panel
- cp installers/centos-stream-9/install-partial/install_base.sh /phyre-panel/install_base.sh
- chmod +x /phyre-panel/install_base.sh