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
|
# (c) 2019 fvogt@suse.de
|
||||||
# GPLv3-only
|
# GPLv3-only
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import osc.conf
|
import osc.conf
|
||||||
import osc.core
|
import osc.core
|
||||||
import logging
|
import logging
|
||||||
|
@ -17,7 +17,7 @@ pipelines:
|
|||||||
- Run:
|
- Run:
|
||||||
approval: manual
|
approval: manual
|
||||||
resources:
|
resources:
|
||||||
- staging-bot
|
- staging-bot3
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
scripts/container_cleaner.py --verbose run openSUSE:Containers:Tumbleweed
|
scripts/container_cleaner.py --verbose run openSUSE:Containers:Tumbleweed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user