From 95460ed5450665ef9009b496bde4774d133a184e Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 18 Apr 2022 19:29:31 +0800 Subject: [PATCH] submit: add tags --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index ff5915e..60c7cc3 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ dispatch() { yq ".sources += [\"https://github.com/$1#$2\"] | .environment.source = \"$repo\" | .packages += [\"android-platform-$platform\",\"android-sdk-build-tools-$build_tools\"] - " < build.yml | ssh builds@builds.xdavidwu.link "submit -n$1\ $2" + " < build.yml | ssh builds@builds.xdavidwu.link "submit -n$1\ $2 -t android-autobuilds -t $1" } for i in */*; do -- 2.43.0