[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2024-11-26 06:57:20 +00:00
parent 9abd8b9bf8
commit 02e0bbd69d

View File

@ -125,6 +125,19 @@ build_args = """
##
[[repo]]
name = "upload-binaries-dev"
tags = ["dev", "binaries"]
[repo.config]
builder = "local"
git_provider = "git.komo.do"
repo = "komodo/build"
on_clone.command = """
bash ./upload-binaries.sh dev latest-dev [[KOMODO_DEV_VERSION]] [[KOMODO_GIT_TOKEN]]
"""
##
[[procedure]]
name = "build-dev"
tags = ["dev"]