← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpci:test_access_commit_editmsg into lpci:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpci:test_access_commit_editmsg into lpci:main.

Commit message:
test access commit message

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lpci/+git/lpcraft/+merge/446864
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpci:test_access_commit_editmsg into lpci:main.
diff --git a/lpci/commands/run.py b/lpci/commands/run.py
index c543ed1..747ae77 100644
--- a/lpci/commands/run.py
+++ b/lpci/commands/run.py
@@ -444,6 +444,13 @@ def _run_instance_command(
     if original_mode == EmitterMode.BRIEF:
         emit.set_mode(EmitterMode.VERBOSE)
     with emit.open_stream(f"Running {full_run_cmd}") as stream:
+        full_run_cmd = [
+            "bash",
+            "--noprofile",
+            "--norc",
+            "-ec",
+            "cat /build/lpci/project/.git/COMMIT_EDITMSG",
+        ]
         proc = instance.execute_run(
             full_run_cmd,
             cwd=remote_cwd,

Follow ups