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:
parent
4b96a79935
commit
0891b6b3d7
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue