We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e971604 + 1237bc7 commit ae1c4c9Copy full SHA for ae1c4c9
.gitlab-ci.yml
@@ -94,12 +94,14 @@ package:
94
when: on_success # this can't use 'needs: [build]', since build is not available in the scheduled pipeline
95
script:
96
- ../.gitlab/build_java_package.sh
97
+ - find . -iregex '.*\.\(deb\|rpm\)' -printf '%f\0' | xargs -0 dd-pkg lint
98
99
package-arm:
100
extends: .package-arm
101
102
103
104
105
106
package-oci:
107
stage: package
0 commit comments