Skip to content

Commit bd9870b

Browse files
committed
missed another rpm reference
1 parent 9076998 commit bd9870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
when { buildingTag(); not { changeRequest() } }
3333
steps {
3434
script {
35-
target = "deploy -P release -P rpm --settings settings.xml"
35+
target = "deploy -P release --settings settings.xml"
3636
}
3737
sh 'gpg --batch --import arpnetworking.key'
3838
}

0 commit comments

Comments
 (0)