Skip to content

Commit

Permalink
upgrade setup_remote_docker to version: 20.10.24 (#1143)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiang, Yu-tao <>
  • Loading branch information
yutaoj authored Oct 14, 2024
1 parent 0de2e69 commit c06513e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -633,7 +633,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -727,7 +727,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -758,7 +758,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -790,7 +790,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
name: build image pre-setup
command: |
Expand Down Expand Up @@ -853,7 +853,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.6
version: 20.10.24
- run:
# This won't run if previous commands have failed so the tag should be removed **manually**
name: remove dummy release tag
Expand Down

0 comments on commit c06513e

Please sign in to comment.