File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,14 @@ pipeline {
153
153
}
154
154
}
155
155
steps {
156
- sh '''
157
- cp -r package/debian ./
158
- dpkg-buildpackage --no-sign
159
- apt install --yes ../kevm_*.deb
160
- '''
161
- stash name : ' bionic' , includes : " kevm_${ env.RELEASE_ID} _amd64.deb"
156
+ dir(" kevm-0.0.1" ) {
157
+ sh '''
158
+ cp -r package/debian ./
159
+ dpkg-buildpackage --no-sign
160
+ apt install --yes ../kevm_*.deb
161
+ '''
162
+ stash name : ' bionic' , includes : " kevm_${ env.RELEASE_ID} _amd64.deb"
163
+ }
162
164
}
163
165
}
164
166
stage(' Build Arch Package' ) {
@@ -169,6 +171,7 @@ pipeline {
169
171
}
170
172
}
171
173
steps {
174
+ checkout scm
172
175
sh '''
173
176
curl --location --output k-nightly-arch.tar.xz "https://github.com/kframework/k/releases/download/nightly-$K_NIGHTLY/kframework-5.0.0-1-x86_64.pkg.tar.xz"
174
177
pacman --noconfirm --upgrade k-nightly-arch.tar.xz
You can’t perform that action at this time.
0 commit comments