Skip to content

Commit

Permalink
fix(orb): docker stitch needs machine: true (#695)
Browse files Browse the repository at this point in the history
Otherwise box isn't loaded
  • Loading branch information
malept authored Nov 17, 2023
1 parent cd6ffee commit 5e9c2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orbs/shared/jobs/docker_stitch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ executor:
name: testbed-machine
resource_class: medium
steps:
- setup_environment
- setup_environment:
machine: true
- stitch_docker_image

0 comments on commit 5e9c2e8

Please sign in to comment.