mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
setup error when workspace path not exists
This commit is contained in:
parent
164c0c6a8e
commit
b3f4cfccda
@ -106,7 +106,7 @@ func main() {
|
||||
os.Exit(ctx.Job.ExitCode)
|
||||
}
|
||||
|
||||
func createClone(c *Context) error {
|
||||
func createClone(c *Context) {
|
||||
c.Clone = &common.Clone{
|
||||
Netrc: c.Netrc,
|
||||
Keypair: c.Keys,
|
||||
|
@ -1,6 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/drone/drone/Godeps/_workspace/src/github.com/samalba/dockerclient"
|
||||
common "github.com/drone/drone/pkg/types"
|
||||
"github.com/drone/drone/pkg/yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user