diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 843ecf01a..82074e580 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -78,7 +78,7 @@ fi greenprint "Copying custom composer config" # Remote worker needs this sudo mkdir -p /etc/osbuild-composer -sudo cp test/integration/osbuild-composer.toml \ +sudo cp test/composer/osbuild-composer.toml \ /etc/osbuild-composer/ greenprint "Copying pre-generated SSL certificates" diff --git a/test/integration/osbuild-composer.toml b/test/composer/osbuild-composer.toml similarity index 100% rename from test/integration/osbuild-composer.toml rename to test/composer/osbuild-composer.toml diff --git a/test/integration/osbuild-worker.toml b/test/composer/osbuild-worker.toml similarity index 100% rename from test/integration/osbuild-worker.toml rename to test/composer/osbuild-worker.toml diff --git a/test/integration/koji.sh b/test/integration/koji.sh index 7b60ccf80..20e949ad6 100755 --- a/test/integration/koji.sh +++ b/test/integration/koji.sh @@ -37,7 +37,7 @@ sudo ./internal/upload/koji/run-koji-container.sh start greenprint "Copying custom worker config" sudo mkdir -p /etc/osbuild-worker -sudo cp test/integration/osbuild-worker.toml \ +sudo cp test/composer/osbuild-worker.toml \ /etc/osbuild-worker/ greenprint "Adding kerberos config"