Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Terrabuild/Core/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ let run (options: ConfigOptions.Options) (cache: Cache.ICache) (api: Contracts.I
else IO.createSnapshot node.Outputs projectDirectory

let cacheEntryId = GraphDef.buildCacheKey node
let cacheEntry = cache.GetEntry true cacheEntryId
let cacheEntry = cache.GetEntry (node.Cache = Terrabuild.Extensibility.Cacheability.Remote) cacheEntryId
let lastStatusCode, stepLogs = execCommands node cacheEntry options projectDirectory homeDir tmpDir

// keep only new or modified files
Expand Down