fix
This commit is contained in:
@@ -130,7 +130,7 @@ spec:
|
||||
- name: project-path
|
||||
value: $(params.project-path)
|
||||
taskRef:
|
||||
name: detect-stages
|
||||
name: auto-ci-detector
|
||||
workspaces:
|
||||
- name: source
|
||||
- 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-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))
|
||||
for stage in ['prepare','lint','test','publish']:
|
||||
print(stage,json.dumps(stages[stage]))
|
||||
workspaces:
|
||||
- name: source
|
||||
mountPath: /data
|
||||
Reference in New Issue
Block a user