Skip to content

Commit

Permalink
No need to update sources after running apt-spy2
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Feb 13, 2023
1 parent 13aaea9 commit 0711697
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: |
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
sudo apt-get update
sudo apt-spy2 fix --commit --launchpad --country=US
- name: Setup python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -84,8 +83,7 @@ jobs:
run: |
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
sudo apt-get update
sudo apt-spy2 fix --commit --launchpad --country=US
- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -148,8 +146,7 @@ jobs:
run: |
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
sudo apt-get update
sudo apt-spy2 fix --commit --launchpad --country=US
- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -194,8 +191,7 @@ jobs:
run: |
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
sudo apt-get update
sudo apt-spy2 fix --commit --launchpad --country=US
- name: Get the branch name
id: get-branch-name
Expand Down

0 comments on commit 0711697

Please sign in to comment.