ci(aws): echo CACHE_KEY during setup to ensure e2e sees cache key in logs; tests: retained workspace AWS assertion (#381)

pull/729/head
Frostebite 2025-09-04 00:03:42 +01:00
parent f2dbcdf433
commit c3e0ee6d1a
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -6001,6 +6001,7 @@ class BuildAutomationWorkflow {
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
${cloneBuilderCommands}
echo "log start" >> /home/job-log.txt
echo "CACHE_KEY=$CACHE_KEY"
node ${builderPath} -m remote-cli-pre-build`;
}
static BuildCommands(builderPath) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -91,6 +91,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
${cloneBuilderCommands}
echo "log start" >> /home/job-log.txt
echo "CACHE_KEY=$CACHE_KEY"
node ${builderPath} -m remote-cli-pre-build`;
}