Skip to content

Commit

Permalink
fix empty upgrade-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Nov 15, 2024
1 parent 51fd326 commit c38c720
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
upgrade_provider:
name: upgrade-provider
runs-on: #{{ .Config.Runner.Default }}#
if: #{{ .Config.CheckUpstreamUpgrade }}#
steps:
#{{- if .Config.FreeDiskSpaceBeforeBuild }}#
# Run as first step so we don't delete things that have just been installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
upgrade_provider:
name: upgrade-provider
runs-on: ubuntu-latest
if: true
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
upgrade_provider:
name: upgrade-provider
runs-on: ubuntu-latest
if: true
steps:
# Run as first step so we don't delete things that have just been installed
- name: Free Disk Space (Ubuntu)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
upgrade_provider:
name: upgrade-provider
runs-on: ubuntu-latest
if: true
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit c38c720

Please sign in to comment.