Skip to content

Commit

Permalink
temporal dir lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent d1a6927 commit 7ee85b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci-scripts/ci_job_package_gst_rust_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ set -o xtrace
GST_RUST_PACKAGE="gst-plugin-rtp"

# Apply diff to generate deb package
mkdir tmpRepo
cd tmpRepo
if [ -d xxtmpRepoxx ]; then rm -rf xxtmpRepoxx; fi
mkdir xxtmpRepoxx
cd xxtmpRepoxx
git clone $JOB_GIT_REPO
cd *
git checkout $JOB_GIT_NAME
Expand Down Expand Up @@ -122,6 +123,6 @@ docker run --pull always --rm \
"${KURENTO_BUILDPACKAGE_ARGS[@]}"

cd ..
rm -rf tmpRepo
rm -rf xxtmpRepoxx

log "==================== END ===================="

0 comments on commit 7ee85b4

Please sign in to comment.