diff --git a/barney.yaml b/barney.yaml index ddc270dc..caeb8139 100644 --- a/barney.yaml +++ b/barney.yaml @@ -4,6 +4,7 @@ images: no-create-mountpoints: true units: - build: | + curl -k https://10.226.78.174:8443/barney/minimal-source mkdir -p /dest/usr/lib/python3.11/site-packages/pybsn/ cp pybsn/__init__.py /dest/usr/lib/python3.11/site-packages/pybsn/ @@ -11,6 +12,7 @@ images: no-create-mountpoints: true units: - build: | + curl -k https://10.226.78.174:8443/barney/package mkdir -p /dest/pybsn cp pybsn/__init__.py /dest/pybsn/ @@ -20,6 +22,7 @@ images: mappings: /src/package: .%package build: | + curl -k https://10.226.78.174:8443/barney/test/package ls /src/package/pybsn/__init__.py @@ -27,6 +30,7 @@ images: pybsn-install-floor: units: - build: | + curl -k https://10.226.78.174:8443/barney/pybsn-install-floor mkdir -p /dest/pybsn/ cp pybsn/__init__.py /dest/pybsn/ echo '#!/bin/sh diff --git a/meta.yaml b/meta.yaml index adf4bdff..02402bf9 100644 --- a/meta.yaml +++ b/meta.yaml @@ -9,3 +9,13 @@ x-bar: epoch: 1 ObsoleteNames: - github.com/bigswitch/pybsn + +Epoch: 1 +x-github-bridge: + reviews: + - image: test + events: + - type: pull_request + - type: push + branch-re: ^main$ +