Skip to content

Commit

Permalink
Disable ocs-wgactuator-agent build (#830)
Browse files Browse the repository at this point in the history
Installation broke in a way that's causing all builds to fail. Disable until
resolved.
  • Loading branch information
BrianJKoopman authored Feb 13, 2025
1 parent a569783 commit cd979a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ services:
image: "ocs-pysmurf-agent"
build: ./docker/pysmurf_controller/

ocs-wgactuator-agent:
image: "ocs-wgactuator-agent"
build: ./docker/wiregrid_actuator/
depends_on:
- "socs"
# Temporarily disabled until build is fixed.
#ocs-wgactuator-agent:
# image: "ocs-wgactuator-agent"
# build: ./docker/wiregrid_actuator/
# depends_on:
# - "socs"

# Only works with --privileged, will insist users build image themselves
# ocs-hwp-picoscope-agent:
Expand Down

0 comments on commit cd979a1

Please sign in to comment.