Skip to content

Commit

Permalink
GHA: Fix obs-server test container to own files created under /srv/ob…
Browse files Browse the repository at this point in the history
…s/build by obsrun
  • Loading branch information
dmach committed Jan 26, 2024
1 parent 5662198 commit 9070d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behave/container-setup-prebuilt-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ FILES="_buildenv _statistics rpmlint.log"
for ARCH in $ARCHES; do
for PACKAGE in $PACKAGES; do
for FILE in $FILES; do
touch /srv/obs/build/test:factory/standard/$ARCH/$PACKAGE/$FILE
runuser -l obsrun -s /bin/bash -c "touch /srv/obs/build/test:factory/standard/$ARCH/$PACKAGE/$FILE"
done
done
done

0 comments on commit 9070d03

Please sign in to comment.