Merge pull request #2036 from coolo/require_new_osc

Run container cleaner as python3
This commit is contained in:
Stephan Kulow 2019-05-16 10:23:40 +02:00 committed by GitHub
commit 6310838166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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