fix
This commit is contained in:
@@ -130,7 +130,7 @@ spec:
|
|||||||
- name: project-path
|
- name: project-path
|
||||||
value: $(params.project-path)
|
value: $(params.project-path)
|
||||||
taskRef:
|
taskRef:
|
||||||
name: detect-stages
|
name: auto-ci-detector
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: source
|
- name: source
|
||||||
- name: lint-shell
|
- name: lint-shell
|
||||||
|
|||||||
@@ -172,8 +172,6 @@ spec:
|
|||||||
save_json("$(results.file-python.path)", files['py'] if 'py' in files else [])
|
save_json("$(results.file-python.path)", files['py'] if 'py' in files else [])
|
||||||
save_json("$(results.file-docker.path)", files['Dockerfile'] if 'Dockerfile' in files else [])
|
save_json("$(results.file-docker.path)", files['Dockerfile'] if 'Dockerfile' in files else [])
|
||||||
save_json("$(results.images-name.path)", get_images_name(files['Dockerfile'] if 'Dockerfile' in files else [],root))
|
save_json("$(results.images-name.path)", get_images_name(files['Dockerfile'] if 'Dockerfile' in files else [],root))
|
||||||
for stage in ['prepare','lint','test','publish']:
|
|
||||||
print(stage,json.dumps(stages[stage]))
|
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: source
|
- name: source
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
Reference in New Issue
Block a user