From bc42ad76a3ecb9dabf8e9ab9322efece2bb78e10 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 29 Jan 2021 15:08:26 -0600 Subject: [PATCH] fedora-web: point staging subdomain sites to a new staging branch Signed-off-by: Rick Elrod --- roles/fedora-web/build/files/syncStatic.stg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedora-web/build/files/syncStatic.stg.sh b/roles/fedora-web/build/files/syncStatic.stg.sh index a2250f5225..8ca27ecef5 100644 --- a/roles/fedora-web/build/files/syncStatic.stg.sh +++ b/roles/fedora-web/build/files/syncStatic.stg.sh @@ -44,7 +44,7 @@ cd /srv/web/fedora-websites /usr/bin/git clean -q -fdx || exit 1 /usr/bin/git reset -q --hard || exit 1 -/usr/bin/git checkout -q f30-beta || exit 1 +/usr/bin/git checkout -q staging || exit 1 /usr/bin/git pull -q --ff-only || exit 1 build labs.fedoraproject.org