File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 8686 - yarn betterer ci
8787 depends_on :
8888 - yarn-install
89- failure : ignore
9089 image : grafana/build-container:1.6.3
9190 name : betterer-frontend
9291- commands :
@@ -927,7 +926,6 @@ steps:
927926 - yarn betterer ci
928927 depends_on :
929928 - yarn-install
930- failure : ignore
931929 image : grafana/build-container:1.6.3
932930 name : betterer-frontend
933931- commands :
@@ -2222,7 +2220,6 @@ steps:
22222220 - yarn betterer ci
22232221 depends_on :
22242222 - yarn-install
2225- failure : ignore
22262223 image : grafana/build-container:1.6.3
22272224 name : betterer-frontend
22282225- commands :
@@ -2895,7 +2892,6 @@ steps:
28952892 depends_on :
28962893 - init-enterprise
28972894 - yarn-install
2898- failure : ignore
28992895 image : grafana/build-container:1.6.3
29002896 name : betterer-frontend
29012897- commands :
@@ -4309,7 +4305,6 @@ steps:
43094305 - yarn betterer ci
43104306 depends_on :
43114307 - yarn-install
4312- failure : ignore
43134308 image : grafana/build-container:1.6.3
43144309 name : betterer-frontend
43154310- commands :
@@ -4955,7 +4950,6 @@ steps:
49554950 depends_on :
49564951 - init-enterprise
49574952 - yarn-install
4958- failure : ignore
49594953 image : grafana/build-container:1.6.3
49604954 name : betterer-frontend
49614955- commands :
@@ -5614,6 +5608,6 @@ kind: secret
56145608name : packages_secret_access_key
56155609---
56165610kind : signature
5617- hmac : c64b7293490c926f8813dc04cf93ab930b145d03861d50786ada158af70c63bb
5611+ hmac : f74313ae5345e0a4bc07b46794ba73ef902d5f651e81f45e07bfba2390208644
56185612
56195613...
Original file line number Diff line number Diff line change @@ -529,7 +529,6 @@ def betterer_frontend_step(edition="oss"):
529529 'commands' : [
530530 'yarn betterer ci' ,
531531 ],
532- 'failure' : 'ignore' ,
533532 }
534533
535534
You can’t perform that action at this time.
0 commit comments