Skip to content
Snippets Groups Projects

Remove backported os.Expand() implementation

All threads resolved!
11 files
+ 16
11
Compare changes
  • Side-by-side
  • Inline
Files
11
package helpers
import (
"os"
"testing"
"github.com/stretchr/testify/assert"
"gitlab.com/gitlab-org/gitlab-runner/common"
"gitlab.com/gitlab-org/gitlab-runner/helpers"
"os"
)
var downloaderCredentials = common.JobCredentials{
Loading