We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bc8d1 commit 8c8ce09Copy full SHA for 8c8ce09
Jenkinsfile
@@ -178,7 +178,7 @@ pipeline {
178
sh '''
179
sudo apt-get update && sudo apt-get upgrade --yes
180
curl --location "$(cat deps/k_release)/kframework_5.0.0_amd64_bionic.deb" --output kframework.deb
181
- sudo apt-get install ./kframework.deb
+ sudo apt-get install --yes ./kframework.deb
182
cp -r package/debian ./
183
dpkg-buildpackage --no-sign
184
'''
@@ -200,7 +200,7 @@ pipeline {
200
unstash 'bionic'
201
202
203
- sudo apt-get install ./kevm_${KEVM_RELEASE_ID}_amd64.deb
+ sudo apt-get install --yes ./kevm_${KEVM_RELEASE_ID}_amd64.deb
204
make test-interactive-firefly
205
206
}
0 commit comments