Skip to content

Commit

Permalink
chore(ci): revert inline cache push for now (#6318)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ludamad authored May 9, 2024
1 parent dba835d commit 4c9bfb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/earthly-ci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c9bfb0

Please sign in to comment.