diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 15:15:20 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-02 15:15:20 -0600 |
| commit | 73da6b9d0d32fb7312037e2c209c45b91661c15b (patch) | |
| tree | 00c2865c5fd6d0923a4525e4b2f2edbf36121b39 /.crystalintegration.yml | |
| parent | 7645a4737f9719521030c0db810cfb894d901225 (diff) | |
repo deb
The repository can be added to the system by installing a package. The location of the repository can be changed in the future by pushing an update to the repo deb.
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index f36680e..274b3d6 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -160,6 +160,12 @@ pipeline: - ./.ci-make.sh package-prep - ./.ci-make.sh package-build - ./.ci-make.sh package-clean + + package-repo: + image: *deb_build_image + commands: + - cd repo-deb + - ./build.sh gen-sha256: image: *ci_verify_image |
