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

Commit

Permalink
rollback change to temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Jan 18, 2019
1 parent 0e69e03 commit 5b579da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions engine/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ func (e *kubeEngine) Setup(ctx context.Context, spec *engine.Spec) error {
}
}

// drone creates host machine mounts for the workspace
// in a temporary directory. If this directory does not
// exist on the host machine it should be created.
os.MkdirAll("/tmp/drone", 0644)

// pv := toPersistentVolume(e.node, spec.Metadata.Namespace, spec.Metadata.Namespace, filepath.Join("/tmp", spec.Metadata.Namespace))
// _, err = e.client.CoreV1().PersistentVolumes().Create(pv)
// if err != nil {
Expand Down

0 comments on commit 5b579da

Please sign in to comment.