We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49647c1 commit 58b6f48Copy full SHA for 58b6f48
.circleci/config.yml
@@ -15,9 +15,9 @@ aliases:
15
# condition to indicate whether or not we should sign this build
16
- &should_sign
17
or:
18
- - equal: [ develop, disable-<< pipeline.git.branch >> ]
19
- - equal: [ main, disable-<< pipeline.git.branch >> ]
20
- - equal: [ master, disable-<< pipeline.git.branch >> ]
+ - equal: [ develop, << pipeline.git.branch >> ]
+ - equal: [ main, << pipeline.git.branch >> ]
+ - equal: [ master, << pipeline.git.branch >> ]
21
# clear large environment variables from the "scratch-desktop-and-link" context
22
# this helps when a program (like NPM) encounters errors with a large environment
23
- &clear_context
0 commit comments