Skip to content

Commit

Permalink
Hygiene: be specific about Earthly version
Browse files Browse the repository at this point in the history
This is an **EXPERIMENTAL** commit only validated in the CI build
outcome.

This commit (and possibly more) lock down the Earthly version for the CI
build. Ideal is that local builds use the identical version, but there
is at present no good means to connect those.
  • Loading branch information
binkley committed May 24, 2024
1 parent df5c974 commit 40ac0f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-earthly-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Use Earthly
uses: earthly/actions-setup@v1
with:
version: v0.8.0
# TODO: A specific Earthly version, and manually connect to the
# local version
version: v0.8

- name: Clone repository
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-earthly-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Use Earthly
uses: earthly/actions-setup@v1
with:
version: v0.8.0
# TODO: A specific Earthly version, and manually connect to the
# local version
version: v0.8

- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 40ac0f6

Please sign in to comment.