Remove sleep
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 58s

This commit is contained in:
Alexandre Bruyant 2024-01-06 22:17:41 +01:00
parent d93c7a6da7
commit 6588bd2d45

View File

@ -10,7 +10,6 @@ import (
"os"
"path/filepath"
"strings"
"time"
"github.com/sethvargo/go-githubactions"
)
@ -108,8 +107,6 @@ func main() {
}
}()
time.Sleep(10 * time.Second)
githubactions.Infof("Calling node API")
client := &http.Client{}
res, err := client.Do(req)