We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1463c6 commit 1237bc7Copy full SHA for 1237bc7
.gitlab-ci.yml
@@ -86,12 +86,14 @@ package:
86
when: on_success # this can't use 'needs: [build]', since build is not available in the scheduled pipeline
87
script:
88
- ../.gitlab/build_java_package.sh
89
+ - find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
90
91
package-arm:
92
extends: .package-arm
93
94
95
96
97
98
package-oci:
99
stage: package
0 commit comments