Skip to content

Commit 7718155

Browse files
committed
Revert "action: move OS upgrade right before devstack install"
This reverts commit ee6313f.
1 parent ee6313f commit 7718155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ inputs:
2222
runs:
2323
using: "composite"
2424
steps:
25+
- name: Run update and upgrade
26+
run: sudo apt update && sudo apt -y upgrade
27+
shell: bash
2528
- name: Install python pip
2629
run: python -m pip install --upgrade pip
2730
shell: bash
@@ -75,9 +78,6 @@ runs:
7578
fi
7679
working-directory: ./devstack
7780
shell: bash
78-
- name: Upgrade the operating system
79-
run: sudo apt-get update && sudo apt-get -y upgrade
80-
shell: bash
8181
- name: Run devstack
8282
env:
8383
FORCE: ${{ inputs.force }}

0 commit comments

Comments
 (0)