Skip to content

Commit 294e71f

Browse files
committed
Local script does not cache Earthly outputs
1 parent 292f71a commit 294e71f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-as-ci-does.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ set -e # Fail on first failed command
99

1010
# Workaround for: https://github.com/earthly/earthly/issues/4220
1111
export EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY=true
12+
# TODO: CI does not implement Earthly caching (for now)
13+
# This **significantly** slows the development cycle.
14+
# Best use _this script_ only before pushing changes, else make coffee or tea.
15+
export EARTHLY_NO_CACHE=true
1216

1317
# Provide nicer console output via formatting and color
1418
# See https://github.com/binkley/shell/blob/master/color/color.sh

0 commit comments

Comments
 (0)