@@ -0,0 +1,10 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang
commands:
- go build
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
The note is not visible to the blocked user.