Skip to content

Commit f594973

Browse files
committed
apply: fix upload artifacts
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 7cefbc2 commit f594973

File tree

1 file changed

+2
-1
lines changed
  • avalancheup-aws/src/apply

1 file changed

+2
-1
lines changed

avalancheup-aws/src/apply/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,9 @@ pub async fn execute(log_level: &str, spec_file_path: &str, skip_prompt: bool) -
356356
.await
357357
.unwrap();
358358

359-
log::info!("done with uploading artifacts, thus reset!");
359+
// do not reset, we need this in case we need rerun
360360
spec.upload_artifacts = None;
361+
361362
spec.sync(spec_file_path)?;
362363
default_s3_manager
363364
.put_object(

0 commit comments

Comments
 (0)