From eee5c25d6fe20a991919a7be3d361affe105c60e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Nov 2021 03:18:58 -0400 Subject: [PATCH] Rename build-deb.sh to build-stable-deb.sh Unifies the naming with the other build-unstable-deb.sh script. --- .bbuilder-tasks.yaml | 2 +- build-deb.sh => build-stable-deb.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build-deb.sh => build-stable-deb.sh (100%) diff --git a/.bbuilder-tasks.yaml b/.bbuilder-tasks.yaml index c25e4b8d..64ac7ec0 100644 --- a/.bbuilder-tasks.yaml +++ b/.bbuilder-tasks.yaml @@ -3,5 +3,5 @@ bbuilder: release: published: - git submodule update --init - - /bin/bash build-deb.sh + - /bin/bash build-stable-deb.sh - /usr/local/bin/deploy-package -C pvc diff --git a/build-deb.sh b/build-stable-deb.sh similarity index 100% rename from build-deb.sh rename to build-stable-deb.sh