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 b09178a commit 59d9784Copy full SHA for 59d9784
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -252,8 +252,6 @@ export class RunExecution {
252
this.snapshotPoller?.updateSnapshotId(snapshot.friendlyId);
253
this.snapshotPoller?.resetCurrentInterval();
254
255
- await this.processEnvOverrides("snapshot change");
256
-
257
switch (snapshot.executionStatus) {
258
case "PENDING_CANCEL": {
259
this.sendDebugLog("run was cancelled", snapshotMetadata);
@@ -1102,6 +1100,9 @@ export class RunExecution {
1102
1100
source,
1103
1101
error: response.error,
1104
});
+
+ await this.processEnvOverrides("snapshots since error");
1105
1106
return;
1107
}
1108
0 commit comments