1 Commits

Author SHA1 Message Date
47f249af82 with manager 2022-09-21 22:24:24 +02:00
2 changed files with 0 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'

View File

@@ -4,7 +4,6 @@ import (
"context" "context"
"os" "os"
"sync" "sync"
"time"
) )
const ( const (