fix: Remove redundant

earthly setup
This commit is contained in:
Gerald Pinder 2024-02-03 14:44:42 -05:00
parent 7f38fb04e6
commit 9d117b5c5d
3 changed files with 3 additions and 22 deletions

View file

@ -12,12 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# There is a bug selecting a satellite in version 0.8
# so we use 0.7 to login and connect to the satellite
# before switching to the latest version
- uses: earthly/actions-setup@v1
with:
version: v0.7.23
version: v0.8.3
- name: Earthly login
run: |
@ -25,11 +22,6 @@ jobs:
earthly org s blue-build
earthly sat s blue-build-pr
- uses: earthly/actions-setup@v1
with:
version: v0.8.2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.ref }}

View file

@ -17,12 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# There is a bug selecting a satellite in version 0.8
# so we use 0.7 to login and connect to the satellite
# before switching to the latest version
- uses: earthly/actions-setup@v1
with:
version: v0.7.23
version: v0.8.3
- name: Earthly login
run: |
@ -30,10 +27,6 @@ jobs:
earthly org s blue-build
earthly sat s blue-build
- uses: earthly/actions-setup@v1
with:
version: v0.8.2
# Setup repo and add caching
- uses: actions/checkout@v4
with:

View file

@ -28,7 +28,7 @@ jobs:
# before switching to the latest version
- uses: earthly/actions-setup@v1
with:
version: v0.7.23
version: v0.8.3
- name: Earthly login
run: |
@ -36,10 +36,6 @@ jobs:
earthly org s blue-build
earthly sat s blue-build
- uses: earthly/actions-setup@v1
with:
version: v0.8.2
- name: Set up Python
uses: actions/setup-python@v5
- name: Add tomlq