Skip to content

Commit

Permalink
Fix compatibility with Earthly 0.7+ (#513)
Browse files Browse the repository at this point in the history
The `VERSION` directive is required since Earthly 0.7.
  • Loading branch information
LouisMT committed May 10, 2023
1 parent 249670a commit 0fff35b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VERSION 0.5

all:
BUILD +test-all
BUILD +integration-test-all
Expand Down

0 comments on commit 0fff35b

Please sign in to comment.