← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpci:test-oracular into lpci:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpci:test-oracular into lpci:main.

Commit message:
test oracular

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lpci/+git/lpcraft/+merge/467809
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpci:test-oracular into lpci:main.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index d3ffd7e..b84f3a9 100644
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -4,15 +4,6 @@ pipeline:
 
 jobs:
     test:
-        series: focal
+        series: oracular
         architectures: amd64
-        packages: [git]
-        plugin: tox
-    build:
-        series: focal
-        architectures: amd64
-        plugin: pyproject-build
-        output:
-            paths:
-                - "dist/*.tar.gz"
-                - "dist/*.whl"
+        run: echo "hello from oracular"

References