forked from vieter-v/vieter
fix(cron): don't show error for empty cron schedule
This commit is contained in:
parent
f9f440500e
commit
cfacf9ed0f
3 changed files with 10 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue