Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Use git init instead of git clone #1

Merged
merged 4 commits into from
Aug 19, 2015
Merged

Use git init instead of git clone #1

merged 4 commits into from
Aug 19, 2015

Conversation

donny-dont
Copy link
Contributor

This is necessary for making it so you can have volumes within the workspace path.

@@ -58,12 +59,20 @@ func main() {
}

var cmds []*exec.Cmd
// check for a .git directory and whether it's empty
if isDirEmpty(filepath.Join(c.Dir, ".git")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is an awesome plugin for Atom (and Sublime) that should auto-format your Go code every time you save. Otherwise you can manually run gofmt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh thought I had that setup in Atom.

bradrydzewski added a commit that referenced this pull request Aug 19, 2015
@bradrydzewski bradrydzewski merged commit 3a0c645 into drone-plugins:master Aug 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants