Merge "CI: make sure old swift is truly gone for rolling-upgrade jobs"
This commit is contained in:
commit
b33f8ff2c5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user