Merge pull request #2036 from coolo/require_new_osc
Run container cleaner as python3
This commit is contained in:
commit
6310838166
@ -1,9 +1,7 @@
|
||||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
# (c) 2019 fvogt@suse.de
|
||||
# GPLv3-only
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import osc.conf
|
||||
import osc.core
|
||||
import logging
|
||||
|
@ -17,7 +17,7 @@ pipelines:
|
||||
- Run:
|
||||
approval: manual
|
||||
resources:
|
||||
- staging-bot
|
||||
- staging-bot3
|
||||
tasks:
|
||||
- script: |-
|
||||
scripts/container_cleaner.py --verbose run openSUSE:Containers:Tumbleweed
|
||||
|
Loading…
x
Reference in New Issue
Block a user