From 02e0bbd69dc604ac49be7871550c0b1e3b0fc163 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 06:57:20 +0000 Subject: [PATCH] [Komodo] Commit Sync: update dev.toml --- dev.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev.toml b/dev.toml index a1b34c6..bd38fe7 100644 --- a/dev.toml +++ b/dev.toml @@ -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"]