Skip to content

Commit

Permalink
fixup! remove run-monitor-with-root-hash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Mar 25, 2021
1 parent 5133ddd commit c6f9871
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 @@ -39,8 +39,7 @@ jobs:
- image: circleci/golang:1.15-buster
steps:
- checkout
- setup_remote_docker:
version: 18.09.3
- setup_remote_docker
- run:
name: create version.json and other autogenerated files
command: make generate
Expand All @@ -59,8 +58,7 @@ jobs:
- image: circleci/golang:1.15-buster
steps:
- checkout
- setup_remote_docker:
version: 18.09.3
- setup_remote_docker
- run:
name: create version.json and other autogenerated files then build docker images
command: make generate build
Expand Down

0 comments on commit c6f9871

Please sign in to comment.