--- kind: pipeline name: python steps: - name: Update file image: python commands: - python scripts/script.py - name: file image: python commands: - python scripts/script1.py when: status: - success