fix(cron): don't show error for empty cron schedule

This commit is contained in:
Jef Roosens 2022-04-30 20:48:49 +02:00
parent f9f440500e
commit cfacf9ed0f
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 10 additions and 6 deletions

View file

@ -114,7 +114,6 @@ pub fn build_repo(address string, api_key string, base_image_id string, repo &gi
break
}
// Wait for 5 seconds
time.sleep(1 * time.second)
}