Skip to content

Commit

Permalink
PMM-12899 fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 1, 2024
1 parent 46c8934 commit 10ea625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build-server-docker
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main() {

git -C ${root_dir} rev-parse HEAD > ${docker_root}/gitCommit
ls -la ${rpms_dir}
docker run --rm --patform=${platform} -v ${rpms_dir}:/home/builder/rpm/RPMS ${rpmbuild_docker_image} sh -c "
docker run --rm --platform=${platform} -v ${rpms_dir}:/home/builder/rpm/RPMS ${rpmbuild_docker_image} sh -c "
sudo chown -R builder /home/builder/rpm/RPMS
until /usr/bin/createrepo_c --update /home/builder/rpm/RPMS; do
echo "waiting"
Expand Down

0 comments on commit 10ea625

Please sign in to comment.