mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
14 lines
282 B
YAML
14 lines
282 B
YAML
---
|
|
kind: pipeline
|
|
name: Docker - Quick Test
|
|
steps:
|
|
- name: run
|
|
image: bobicloudvision/phyre-panel:latest
|
|
environment:
|
|
DEBIAN_FRONTEND: noninteractive
|
|
CODECOV_TOKEN:
|
|
from_secret: CODECOV_TOKEN
|
|
commands:
|
|
- MAIN_REPO_DIR=$(pwd)
|
|
- ls -la
|
|
|