Compare commits

..

No commits in common. "main" and "feature2" have entirely different histories.

View File

@ -1,9 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"