Commit 6160c35e by Karsa Zoltán István

setup flag for ci

parent cf6e76c1
......@@ -462,6 +462,7 @@ class Disk(TimeStampedModel):
disk.type = 'raw-ro'
disk.checksum = result['checksum']
disk.is_ready = True
disk.ci_disk = True
disk.save()
return disk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment