Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #556 from cgwalters/deploy-squashed
Browse files Browse the repository at this point in the history
deploy: Always use merge commit
  • Loading branch information
cgwalters authored Oct 20, 2023
2 parents d70a9c9 + 0d8c7ea commit 693c5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/container/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub async fn deploy(
imp.import(prep).await?
}
};
let commit = state.get_commit();
let commit = state.merge_commit.as_str();
let origin = glib::KeyFile::new();
let target_imgref = options.target_imgref.unwrap_or(imgref);
origin.set_string("origin", ORIGIN_CONTAINER, &target_imgref.to_string());
Expand Down

0 comments on commit 693c5eb

Please sign in to comment.