refactor: change configruation to yml

This commit is contained in:
2024-04-29 21:50:16 +02:00
parent 727b083e52
commit 5860f81aa2
13 changed files with 63 additions and 65 deletions

View File

@@ -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) {