Commit 9b1af9f1 authored by Wen Wei Li's avatar Wen Wei Li

add pyraider check

parent 90a61f84
Pipeline #4896 canceled with stage
......@@ -18,7 +18,7 @@ steps:
image: plugins/docker
settings:
registry: 192.168.17.110
repo: 192.168.17.110/study_group/ric-app-ad
repo: 192.168.17.110/study_group/${DRONE_REPO_NAME}
dockerfile: Dockerfile
tags: 1.0.0
username:
......@@ -56,6 +56,12 @@ steps:
- name: cache
path: /home/reports
depends_on: ["build-and-publish-image"]
- name: py-package-check
image: harbor.prlab.io/study_group/${DRONE_REPO_NAME}
commands:
- python3 -m pip install pyraider
- pyraider go
depends_on: ["build-and-publish-image"]
- name: scp
image: appleboy/drone-scp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment