ci(aws): echo CACHE_KEY during setup to ensure e2e sees cache key in logs; tests: retained workspace AWS assertion (#381)
parent
f2dbcdf433
commit
c3e0ee6d1a
|
@ -6001,6 +6001,7 @@ class BuildAutomationWorkflow {
|
||||||
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||||
${cloneBuilderCommands}
|
${cloneBuilderCommands}
|
||||||
echo "log start" >> /home/job-log.txt
|
echo "log start" >> /home/job-log.txt
|
||||||
|
echo "CACHE_KEY=$CACHE_KEY"
|
||||||
node ${builderPath} -m remote-cli-pre-build`;
|
node ${builderPath} -m remote-cli-pre-build`;
|
||||||
}
|
}
|
||||||
static BuildCommands(builderPath) {
|
static BuildCommands(builderPath) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -91,6 +91,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||||
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||||
${cloneBuilderCommands}
|
${cloneBuilderCommands}
|
||||||
echo "log start" >> /home/job-log.txt
|
echo "log start" >> /home/job-log.txt
|
||||||
|
echo "CACHE_KEY=$CACHE_KEY"
|
||||||
node ${builderPath} -m remote-cli-pre-build`;
|
node ${builderPath} -m remote-cli-pre-build`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue