ci: temporarily disable signed builds

This commit is contained in:
Christopher Willis-Ford 2023-04-03 19:29:20 -07:00
parent 6511c23717
commit 66819e1703

View file

@ -15,9 +15,9 @@ aliases:
# condition to indicate whether or not we should sign this build # condition to indicate whether or not we should sign this build
- &should_sign - &should_sign
or: or:
- equal: [ develop, << pipeline.git.branch >> ] - equal: [ develop, disable-<< pipeline.git.branch >> ]
- equal: [ main, << pipeline.git.branch >> ] - equal: [ main, disable-<< pipeline.git.branch >> ]
- equal: [ master, << pipeline.git.branch >> ] - equal: [ master, disable-<< pipeline.git.branch >> ]
# clear large environment variables from the "scratch-desktop-and-link" context # clear large environment variables from the "scratch-desktop-and-link" context
# this helps when a program (like NPM) encounters errors with a large environment # this helps when a program (like NPM) encounters errors with a large environment
- &clear_context - &clear_context