Skip to content

Commit

Permalink
Merge pull request #1133 from kapishmalik/use-default-docker-image-ci…
Browse files Browse the repository at this point in the history
…rcle-ci-and-remove-deprecated-image

use default docker image in circle ci and remove deprecated image
  • Loading branch information
kapishmalik authored May 28, 2024
2 parents 1db4e4e + 58adee5 commit 9570500
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
working_directory: ~/hoverfly

steps:
- setup_remote_docker:
version: 20.10.14
- setup_remote_docker
- checkout
- run:
name: Make build
Expand Down Expand Up @@ -96,8 +95,7 @@ jobs:
working_directory: ~/hoverfly

steps:
- setup_remote_docker:
version: 20.10.14
- setup_remote_docker
- checkout
- run:
name: Make build
Expand Down

0 comments on commit 9570500

Please sign in to comment.