mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
ci: enable signing
This commit is contained in:
parent
49647c19e5
commit
58b6f4866b
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ aliases:
|
|||
# condition to indicate whether or not we should sign this build
|
||||
- &should_sign
|
||||
or:
|
||||
- equal: [ develop, disable-<< pipeline.git.branch >> ]
|
||||
- equal: [ main, disable-<< pipeline.git.branch >> ]
|
||||
- equal: [ master, disable-<< pipeline.git.branch >> ]
|
||||
- equal: [ develop, << pipeline.git.branch >> ]
|
||||
- equal: [ main, << pipeline.git.branch >> ]
|
||||
- equal: [ master, << 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
|
||||
|
|
Loading…
Reference in a new issue