Skip to content

Commit

Permalink
rebase galore
Browse files Browse the repository at this point in the history
  • Loading branch information
nadim-az committed Jan 23, 2025
1 parent d2b179f commit 19c3ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/provider/digitalocean/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"sync"
"time"


"golang.org/x/crypto/ssh"

"github.com/docker/docker/api/types/container"
Expand All @@ -22,7 +21,7 @@ import (
"go.uber.org/zap"

"github.com/skip-mev/petri/core/v3/provider"
"github.com/skip-mev/petri/core/v3/provider/clients"
"github.com/skip-mev/petri/core/v3/provider/clients"
"github.com/skip-mev/petri/core/v3/util"
)

Expand Down Expand Up @@ -110,6 +109,7 @@ func (t *Task) Stop(ctx context.Context) error {
}

func (t *Task) Initialize(ctx context.Context) error {
panic("implement me")
}

func (t *Task) Modify(ctx context.Context, definition provider.TaskDefinition) error {
Expand Down

0 comments on commit 19c3ff5

Please sign in to comment.