Skip to content

Commit

Permalink
Fix incorect docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 12, 2024
1 parent 4d4cbaf commit 6d1a8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-scripts/ci_job_generate_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ docker run -t --detach \
--rm --name "$CONTAINER_NAME" \
--mount type=bind,src="$CI_SCRIPTS_PATH",dst=/ci-scripts \
--mount type=bind,src="$PWD",dst=/workdir \
"${DOCKER_ARGS[@]}" \
kurento/kurento-ci-buildtools:noble

# Stop (which also removes, due to `--rm`) the container upon script exit.
Expand Down

0 comments on commit 6d1a8a5

Please sign in to comment.