fix
This commit is contained in:
@@ -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