File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
apps/reactotron-app/src/renderer Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ parameters:
12
12
# Anchors define reusable sections of YAML
13
13
# See: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/
14
14
anchors :
15
-
16
15
# ## Executors
17
16
node_executor : &node_executor
18
17
name : node/default
@@ -45,7 +44,6 @@ anchors:
45
44
target_repo :
[email protected] :infinitered/ir-docs.git
46
45
target_repo_directory : ir-docs
47
46
48
-
49
47
orbs :
50
48
51
49
publish-docs :
infinitered/[email protected]
@@ -283,7 +281,7 @@ jobs:
283
281
executor : *node_executor
284
282
<< : *defaults
285
283
docker :
286
- - image : electronuserland/builder:20-wine
284
+ - image : electronuserland/builder:20-wine-07.24
287
285
resource_class : large
288
286
environment :
289
287
BUILD_TARGET : windows
@@ -355,7 +353,7 @@ workflows:
355
353
when :
356
354
and :
357
355
- not : << pipeline.parameters.force-publish-docs >>
358
- - true # Placeholder for correct YAML structure
356
+ - true # Placeholder for correct YAML structure
359
357
jobs :
360
358
- trust_check :
361
359
filters :
@@ -387,7 +385,7 @@ workflows:
387
385
when :
388
386
and :
389
387
- not : << pipeline.parameters.force-publish-docs >>
390
- - true # Placeholder for correct YAML structure
388
+ - true # Placeholder for correct YAML structure
391
389
jobs :
392
390
- build_and_test :
393
391
filters :
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const AppContainer = styled.div`
22
22
bottom: 0;
23
23
left: 0;
24
24
right: 0;
25
-
26
25
display: flex;
27
26
flex-direction: column;
28
27
background-color: ${ ( props ) => props . theme . background } ;
You can’t perform that action at this time.
0 commit comments