test/koji.sh: don't copy keytab to /etc/osbuild-composer

There is no need to copy the client kerberos keytab to the
`/etc/osbuild-composer` directory. Composer does not need nor use this
file at all.
This commit is contained in:
Tomas Hozza 2022-07-29 16:51:03 +02:00 committed by Ondřej Budai
parent 4b96a79935
commit 0891b6b3d7

View file

@ -106,9 +106,6 @@ greenprint "Starting containers"
sudo /usr/libexec/osbuild-composer-test/run-koji-container.sh start
greenprint "Adding kerberos config"
sudo cp \
/tmp/osbuild-composer-koji-test/client.keytab \
/etc/osbuild-composer/client.keytab
sudo cp \
/tmp/osbuild-composer-koji-test/client.keytab \
/etc/osbuild-worker/client.keytab