File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6262 override_output :
6363 type : string
6464 default : ' '
65+ skip_signing_errors :
66+ type : boolean
67+ default : false
6568 << : *defaults
6669 steps :
6770 - checkout
9093 else
9194 /tmp/grabpl build-plugin-manifest ./dist/plugin-<< parameters.arch >>
9295 fi
96+
97+ if [ << parameters.skip_signing_errors >> = true ]; then
98+ exit 0
99+ else
100+ exit $?
101+ fi
93102 - run :
94103 name : Archive
95104 command : |
@@ -193,6 +202,8 @@ workflows:
193202 matrix :
194203 parameters :
195204 arch : [linux-x64-glibc, darwin-x64-unknown, win32-x64-unknown]
205+ skip_signing_errors : [true]
206+
196207 - package :
197208 filters : *filter-not-release-or-master
198209 requires :
@@ -201,3 +212,4 @@ workflows:
201212 arch : linux-x64-glibc
202213 skip_chromium : true
203214 override_output : plugin-linux-x64-glibc-no-chromium
215+ skip_signing_errors : true
You can’t perform that action at this time.
0 commit comments