1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

Update environ.go

This commit is contained in:
Don 2016-11-03 12:03:47 -07:00 committed by GitHub
parent d6fa9f5177
commit 0434941c89

View File

@ -2,7 +2,6 @@ package transform
import (
"os"
"strings"
"github.com/drone/drone/yaml"
)