ci: updated base-image

This commit is contained in:
Marvin Zhang
2024-11-20 14:55:42 +08:00
parent 43b5e7e36a
commit b67e7f06d2
3 changed files with 5 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ const (
DefaultNodeMaxRunners = 16
MetadataConfigDirName = ".crawlab"
MetadataConfigName = "config.json"
PyenvRoot = "/root/.pyenv"
)
func IsDev() bool {