Merge pull request #2365 from coolo/force_accept
Always force accept into the API after checking for acceptable ourselves
This commit is contained in:
commit
3bc7455e13
@ -102,9 +102,9 @@ class AcceptCommand(object):
|
||||
print('delete links to packages pending deletion...')
|
||||
self.delete_linked()
|
||||
|
||||
opts = {}
|
||||
if force:
|
||||
opts['force'] = '1'
|
||||
# we have checked ourselves and accepting one staging project creates a race
|
||||
# for the other staging projects to appear building again
|
||||
opts = { 'force': '1' }
|
||||
|
||||
print('triggering staging accepts...')
|
||||
for project in staging_packages.keys():
|
||||
|
Loading…
x
Reference in New Issue
Block a user