From 66819e17037aa7ab0f7faae0f32fec7ef0173cb4 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:29:20 -0700 Subject: [PATCH] ci: temporarily disable signed builds --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35f2510..3a95dee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,9 +15,9 @@ aliases: # condition to indicate whether or not we should sign this build - &should_sign or: - - equal: [ develop, << pipeline.git.branch >> ] - - equal: [ main, << pipeline.git.branch >> ] - - equal: [ master, << pipeline.git.branch >> ] + - equal: [ develop, disable-<< pipeline.git.branch >> ] + - equal: [ main, disable-<< pipeline.git.branch >> ] + - equal: [ master, disable-<< pipeline.git.branch >> ] # clear large environment variables from the "scratch-desktop-and-link" context # this helps when a program (like NPM) encounters errors with a large environment - &clear_context