From 88c993a23d6cad63b3ef39c33e9d34160ce97f78 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 9 May 2024 14:48:04 -0400 Subject: [PATCH] chore(ci): revert partial --- scripts/earthly-ci | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/earthly-ci b/scripts/earthly-ci index fe625d870156..7810489502a3 100755 --- a/scripts/earthly-ci +++ b/scripts/earthly-ci @@ -26,10 +26,11 @@ MAX_ATTEMPTS=3 ATTEMPT_COUNT=0 export EARTHLY_USE_INLINE_CACHE=true -if [ "$GITHUB_REF_NAME" == "master" ]; then - export EARTHLY_SAVE_INLINE_CACHE=true - export EARTHLY_PUSH=true -fi +# TODO(AD) to be investigated +#if [ "$GITHUB_REF_NAME" == "master" ]; then +# export EARTHLY_SAVE_INLINE_CACHE=true +# export EARTHLY_PUSH=true +#fi # Handle earthly commands and retries while [ $ATTEMPT_COUNT -lt $MAX_ATTEMPTS ]; do