This commit is contained in:
2024-04-21 15:20:19 +02:00
parent e541c521d2
commit 93ae43b461
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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