Compare commits

...

1 Commits

Author SHA1 Message Date
Vistaar Juneja 7b9d8de3fd add sleep 2024-09-09 19:30:13 +02:00
+2
View File
@@ -118,6 +118,8 @@ type (
// Exec executes the plugin step
func (p Plugin) Exec() error {
fmt.Println("sleeping - run the docker daemon and the docker login command")
time.Sleep(3000 * time.Second)
// start the Docker daemon server
if !p.Daemon.Disabled {
p.startDaemon()