Skip to content

Commit d233a46

Browse files
committed
fix: version needs to stay pinned
1 parent fab88cc commit d233a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ windows_big: &windows_big
4444
# we've pinned the version because without it, it uses "current" (at the time of writing, "2023.06.1"),
4545
# which has a broken Docker installation. See https://discuss.circleci.com/t/build-failures-when-running-docker-on-junes-windows-executor/48605
4646
# TODO: check if it works again with the next release and unpin the version.
47-
# version: "2023.05.1"
47+
version: "2023.05.1"
4848
parameters:
4949
node_version:
5050
type: string
@@ -152,8 +152,8 @@ jobs:
152152
- run:
153153
name: Start Docker pull
154154
command: |
155-
# The plugin.spec.ts test is slow due to pulling a 2+GB image.
156-
# So we pull the image in the background to save time.
155+
# The plugin.spec.ts test is slow due to pulling a 2+GB image,
156+
# so we pull the image in the background to save time
157157
docker pull python@sha256:1f92d35b567363820d0f2f37c7ccf2c1543e2d852cea01edb027039e6aef25e6
158158
background: true
159159
- checkout

0 commit comments

Comments
 (0)