Skip to content

Commit 18b277c

Browse files
Use a Docker executor for preparing the agents instead
1 parent f78abae commit 18b277c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,11 @@ jobs:
7878
- notify_failing_main
7979

8080
prepare-agents:
81-
machine:
82-
image: *linux_machine_image
83-
resource_class: large
81+
docker:
82+
- image: *go_image
83+
resource_class: circleci-runner/rum-large
8484
steps:
8585
- checkout
86-
- docker_login
8786
- run: ./do build-fake-agents
8887
- persist_to_workspace:
8988
root: .

0 commit comments

Comments
 (0)