Skip to content

Commit

Permalink
Fix docker compose command format
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Aug 23, 2024
1 parent 7529e81 commit d496c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ main() {
run_job

log INFO "Starting RQD Blender..."
RQD_IMAGE=opencue/blender docker compose up --force-recreate rqd
docker compose up --force-recreate -e RQD_IMAGE=opencue/blender rqd
wait_for_service_state "rqd" "running" $docker_timeout

log INFO "Testing Blender job..."
Expand Down

0 comments on commit d496c3e

Please sign in to comment.