Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Fix circleci setup_remote_docker (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Mar 30, 2022
1 parent 71c85b4 commit b17d186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
executor: executor_med
steps:
- prepare
- setup_remote_docker
- setup_remote_docker:
version: 20.10.11
- attach_workspace:
at: ~/project
- run:
Expand Down

0 comments on commit b17d186

Please sign in to comment.