From e4b8bb73b5014c2a564b015f340c3aad04729e0c Mon Sep 17 00:00:00 2001 From: idodod Date: Tue, 28 Nov 2023 14:11:04 -0500 Subject: [PATCH] prevent deprecation message by switching to FUNCTION keyword (#3547) This was the last place that couldn't be updated until PR #3533 was merged. --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 36d4086a..3df6a69b 100644 --- a/Earthfile +++ b/Earthfile @@ -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 @@ -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