Merge "CI: make sure old swift is truly gone for rolling-upgrade jobs"

This commit is contained in:
Zuul 2024-06-18 21:47:01 +00:00 committed by Gerrit Code Review
commit b33f8ff2c5

View File

@ -13,6 +13,13 @@
- hosts: storage - hosts: storage
tasks: tasks:
- name: remove old swift
become: true
shell:
cmd: pip uninstall -y swift
executable: /bin/bash
chdir: '{{ zuul.project.src_dir }}'
- name: checkout master swift - name: checkout master swift
shell: shell:
cmd: git checkout master cmd: git checkout master