Skip to content

Commit 9881982

Browse files
committed
Need to build Debian packages first
1 parent 17e0112 commit 9881982

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Jenkinsfile

+7-6
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ pipeline {
137137
}
138138
}
139139

140+
// Build and publish Debian packages to Github
141+
stage('Debian') {
142+
steps {
143+
sh 'make debian'
144+
}
145+
}
146+
140147
// Create a new tagged Github release with source distribution and Debian packages
141148
stage('Publish mimic3') {
142149
environment {
@@ -197,11 +204,5 @@ pipeline {
197204
}
198205
}
199206

200-
// Build and publish Debian packages to Github
201-
stage('Debian') {
202-
steps {
203-
sh 'make debian'
204-
}
205-
}
206207
}
207208
}

0 commit comments

Comments
 (0)