Update the audit ancestry tool to not affect pushes in progress.
This commit is contained in:
parent
0bd9ba523e
commit
18ec0c3e0a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ query = (Image
|
||||||
.join(ImageStorage)
|
.join(ImageStorage)
|
||||||
.switch(Image)
|
.switch(Image)
|
||||||
.join(Repository)
|
.join(Repository)
|
||||||
.where(Repository.name == 'userportal', Repository.namespace == 'crsinc'))
|
.where(ImageStorage.uploading == False))
|
||||||
|
|
||||||
bad_count = 0
|
bad_count = 0
|
||||||
good_count = 0
|
good_count = 0
|
||||||
|
|
Reference in a new issue