diff options
author | Robert Mayr <robyduck@fedoraproject.org> | 2017-03-10 14:14:43 +0000 |
---|---|---|
committer | Robert Mayr <robyduck@fedoraproject.org> | 2017-03-10 14:14:43 +0000 |
commit | 5d7577e4c224c33aa31d653132dccbd89056da01 (patch) | |
tree | 4c1b20583a9c3c8a1398087a59b4315beb32ce49 | |
parent | d2d05612bea3ca185448ab9e52c9ca8acfced445 (diff) | |
download | ansible-5d7577e4c224c33aa31d653132dccbd89056da01.tar.gz ansible-5d7577e4c224c33aa31d653132dccbd89056da01.tar.xz ansible-5d7577e4c224c33aa31d653132dccbd89056da01.zip |
build staging websites with F26 Alpha branch
-rw-r--r-- | roles/fedora-web/build/files/syncStatic.stg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedora-web/build/files/syncStatic.stg.sh b/roles/fedora-web/build/files/syncStatic.stg.sh index 2835b09b0..0b928f9e4 100644 --- a/roles/fedora-web/build/files/syncStatic.stg.sh +++ b/roles/fedora-web/build/files/syncStatic.stg.sh @@ -45,7 +45,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 alt-cloud || exit 1 +/usr/bin/git checkout -q f26-alpha || exit 1 /usr/bin/git pull -q --ff-only || exit 1 build spins.fedoraproject.org |