Skip to content

Commit 9db89f6

Browse files
committed
action: also purge postgresql packages
1 parent f8db167 commit 9db89f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ runs:
2323
- name: Start MySQL
2424
run: sudo systemctl start mysql.service
2525
shell: bash
26-
# See http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018060.html
27-
- name: Remove python3-simplejson
28-
run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules || true
26+
- name: Remove unwanted packages
27+
run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules postgresql* || true
2928
shell: bash
3029
- name: Checkout Devstack
3130
uses: actions/checkout@v2

0 commit comments

Comments
 (0)