diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:09:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:09:08 -0300 |
commit | 608867b75e68ce5e45d395ef515a93682620409b (patch) | |
tree | 2e5a6d5624b14cfcff9013d506a1a69ab00cf7aa | |
parent | be35f8c39f7f0bfcab8cc1576813c43e67368f59 (diff) | |
download | keyringer-608867b75e68ce5e45d395ef515a93682620409b.tar.gz keyringer-608867b75e68ce5e45d395ef515a93682620409b.tar.bz2 |
Fix: CI: disable piuparts for now
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee65ddb..9ae9f63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ debian: #- lintian --allow-root -v --pedantic ../keyringer_*.deb # Run piuparts - - piuparts ../keyringer*.deb + #- piuparts ../keyringer*.deb # Save artifacts #- mkdir -p dist |