refactor: change configruation to yml
This commit is contained in:
@@ -3,13 +3,12 @@ package pkg
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"gitea.urkob.com/urko/git-webhook-ci/kit/cfg"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
var (
|
||||
const (
|
||||
binaryPath = "/bin/bash"
|
||||
scriptPath = cfg.RootDir() + "/test-script.sh"
|
||||
scriptPath = "testdata/test-script.sh"
|
||||
)
|
||||
|
||||
func TestDeploy(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user