force-pull plugin images for now

This commit is contained in:
Brad Rydzewski 2015-09-02 17:42:10 -07:00
parent ae324704bb
commit ecf5924d86

View file

@ -35,13 +35,13 @@ var (
DefaultEntrypoint = []string{"/bin/drone-exec"}
// default argument to invoke build steps
DefaultBuildArgs = []string{"--cache", "--clone", "--build", "--deploy"}
DefaultBuildArgs = []string{"--pull", "--cache", "--clone", "--build", "--deploy"}
// default argument to invoke build steps
DefaultPullRequestArgs = []string{"--cache", "--clone", "--build"}
DefaultPullRequestArgs = []string{"--pull", "--cache", "--clone", "--build"}
// default arguments to invoke notify steps
DefaultNotifyArgs = []string{"--notify"}
DefaultNotifyArgs = []string{"--pull", "--notify"}
)
type work struct {