Commit 004f1f46 authored by Wen Wei Li's avatar Wen Wei Li

testing

parent 8e552649
Pipeline #5056 failed with stage
...@@ -11,23 +11,21 @@ steps: ...@@ -11,23 +11,21 @@ steps:
- name: cache - name: cache
path: /home/builds/ path: /home/builds/
commands: commands:
- echo $(pwd)
- cd /xapp - cd /xapp
- make
- cp ./main /home/builds/main
# - name: ttc_code_scan
# image: prlab/ttc_code_scan
- name: ttc_code_scan # settings:
image: prlab/ttc_code_scan # SCAN_HOST:
settings: # from_secret: scan_host
SCAN_HOST: # SCAN_TYPE:
from_secret: scan_host # from_secret: scan_type
SCAN_TYPE: # FILE_NAME:
from_secret: scan_type # from_secret: file_name
FILE_NAME: # ID:
from_secret: file_name # from_secret: id
ID:
from_secret: id
volumes: volumes:
- name: cache - name: cache
......
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