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
ce2b341f40
commit
cd6aabd3bc
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
kind: pipeline
|
||||
steps:
|
||||
- name: Phyre Panel - Install Base
|
||||
- name: run unit tests
|
||||
image: ubuntu:22.04
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libicu-dev sudo
|
||||
- ls -la
|
||||
- apt-get install -y libicu-dev sudo crontab
|
||||
|
||||
- mkdir /phyre-panel
|
||||
- cp installers/ubuntu-22.04/install-partial/install_base.sh /phyre-panel/install_base.sh
|
||||
|
|
Loading…
Reference in a new issue