Make this idempotent so it doesn't flip flop staging.
This commit is contained in:
parent
e2057832e4
commit
1ac1452a8c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,6 @@
|
|||
# back to the main release.
|
||||
# This should be disabled when there is a prerelease
|
||||
#
|
||||
- role: httpd/redirectmatch
|
||||
name: prerelease-to-final
|
||||
website: getfedora.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
|
@ -136,6 +135,7 @@
|
|||
website: getfedora.org
|
||||
regex: /(.*)/prerelease.*$
|
||||
target: https://getfedora.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirect
|
||||
name: store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue