diff --git a/gocd/container-cleaner.gocd.yaml b/gocd/container-cleaner.gocd.yaml index b591f026..019e3d42 100644 --- a/gocd/container-cleaner.gocd.yaml +++ b/gocd/container-cleaner.gocd.yaml @@ -20,4 +20,5 @@ pipelines: - staging-bot-reuse-1 tasks: - script: |- - scripts/container_cleaner.py --debug --osc-debug --http-full-debug --http-debug --verbose run openSUSE:Containers:Tumbleweed + export OSRT_DISABLE_CACHE=1 + python3 -u scripts/container_cleaner.py --debug --osc-debug --http-full-debug --http-debug --verbose run openSUSE:Containers:Tumbleweed