Compare commits

..

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

2 changed files with 1 additions and 10 deletions

View File

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

View File

@ -5,6 +5,6 @@
<title>Web page</title>
</head>
<body>
<h1>Hello World a</h1>
<h1>Hello World</h1>
</body>
</html>