Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent e658c0c commit a3780da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-scripts/ci_job_package_gst_rust_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,14 @@ fi
# -----

docker run --pull always --rm \
--mount type=bind,src="$CURRENT_PWD",dst=/hostdir \
--mount type=bind,src="$PWD",dst=/hostdir \
--mount type=bind,src="$KURENTO_SCRIPTS_HOME",dst=/ci-scripts \
--mount type=bind,src="${INSTALL_PATH:-$PWD}",dst=/packages \
"kurento/rust-buildpackage:${JOB_DISTRO}" \
--timestamp "$JOB_TIMESTAMP" \
"${KURENTO_BUILDPACKAGE_ARGS[@]}"

mv "$PWD"/*.*deb "$CURRENT_PWD"
cd ..
rm -rf xxtmpRepoxx

Expand Down

0 comments on commit a3780da

Please sign in to comment.