Skip to content

Commit

Permalink
set setup_remote_docker to push cli image (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron212 authored May 11, 2022
1 parent d36ba77 commit 32596e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ jobs:
- image: circleci/buildpack-deps:trusty
steps:
- checkout
- setup_remote_docker:
version: 19.03.13
- setup_remote_docker
- run:
name: Install and configure dependencies
command: |
Expand Down Expand Up @@ -267,7 +266,8 @@ jobs:
- image: circleci/buildpack-deps:trusty
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: configure git
command: |

This comment has been minimized.

Copy link
@Garzeegr

Garzeegr Dec 1, 2022

Uploading 15275_2.jpg…

Expand Down

0 comments on commit 32596e1

Please sign in to comment.