We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292f71a commit 294e71fCopy full SHA for 294e71f
build-as-ci-does.sh
@@ -9,6 +9,10 @@ set -e # Fail on first failed command
9
10
# Workaround for: https://github.com/earthly/earthly/issues/4220
11
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
16
17
# Provide nicer console output via formatting and color
18
# See https://github.com/binkley/shell/blob/master/color/color.sh
0 commit comments