We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6603e commit e0d11fbCopy full SHA for e0d11fb
.gitlab-ci.yml
@@ -27,6 +27,7 @@ package:
27
when: on_success
28
script:
29
- ../.gitlab/build-deb-rpm.sh
30
+ - find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
31
32
package-arm:
33
extends: .package-arm
@@ -37,6 +38,7 @@ package-arm:
37
38
39
40
41
42
43
.release-package:
44
stage: deploy
0 commit comments