diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 23:58:53 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-02 23:58:53 -0600 | 
| commit | 975c095dbe24371c1d0bcb56468809a9cda201ac (patch) | |
| tree | dd6693eb39eb0877281ab4d192b8d8f7b3299195 | |
| parent | 3ceea43baf52112c0c39bb4bf0e8d5a225e4e4cf (diff) | |
package together
| -rw-r--r-- | .crystalintegration.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index eb79ae0..f7fe17c 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -156,6 +156,7 @@ pipeline:    package-bullseye:      image: *deb_build_image +    group: package      commands:        - ./.ci-make.sh package-prep        - ./.ci-make.sh package-build @@ -163,6 +164,7 @@ pipeline:    package-repo:      image: *deb_build_image +    group: package      commands:        - cd repo-deb        - ./build.sh  | 
