From f01d522dbf62db2836bc37b1724f8762308de6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 21 Oct 2021 10:44:19 +0200 Subject: [PATCH] deploy: update to the latest composer commit We rotated some variable names in composer, thus we need to adjust.. --- schutzbot/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 6dcb4ec5..044abba9 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -4,8 +4,8 @@ set -euxo pipefail DNF_REPO_BASEURL=http://osbuild-composer-repos.s3.amazonaws.com # The osbuild-composer commit to run reverse-dependency test against. -# Currently: Image tests: skip rpm-ostree-1-autovar.conf tmpfiles.d config on Fedora -OSBUILD_COMPOSER_COMMIT=9497ef8ca9e05a177dc8ec5cbb80b98ad450b041 +# Currently: ostree: change the URL for OC client temporarily +OSBUILD_COMPOSER_COMMIT=ece191f73e319bbcc885bcc983fb0e6cefe6014a # Get OS details. source /etc/os-release