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
- name: ttc_code_scan # image: prlab/ttc_code_scan
image: prlab/ttc_code_scan # settings:
settings: # SCAN_HOST:
SCAN_HOST: # from_secret: scan_host
from_secret: scan_host # SCAN_TYPE:
SCAN_TYPE: # from_secret: scan_type
from_secret: scan_type # FILE_NAME:
FILE_NAME: # from_secret: file_name
from_secret: file_name # ID:
ID: # from_secret: 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