Skip to content

Commit

Permalink
prevent deprecation message by switching to FUNCTION keyword (#3547)
Browse files Browse the repository at this point in the history
This was the last place that couldn't be updated until PR #3533 was
merged.
  • Loading branch information
idodod authored Nov 28, 2023
1 parent fb450ed commit e4b8bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION --pass-args --no-network --arg-scope-and-set 0.7
VERSION --pass-args --no-network --arg-scope-and-set --use-function-keyword 0.7
PROJECT earthly-technologies/core

# TODO update to 3.18; however currently "podman login" (used under not-a-unit-test.sh) will error with
Expand Down Expand Up @@ -892,7 +892,7 @@ check-broken-links:

# BUILD_AND_FROM will issue a FROM and a BUILD commands for the provided target
BUILD_AND_FROM:
COMMAND
FUNCTION
ARG --required TARGET
FROM --pass-args +$TARGET
BUILD --pass-args +$TARGET

0 comments on commit e4b8bb7

Please sign in to comment.