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 a067e60 commit a47e4b2Copy full SHA for a47e4b2
Jenkinsfile
@@ -302,7 +302,6 @@ pipeline {
302
hub release create \
303
--attach "kevm-${KEVM_RELEASE_ID}-src.tar.gz#Source tar.gz" \
304
--attach "kevm_${KEVM_RELEASE_ID}_amd64.deb#Ubuntu Bionic (18.04) Package" \
305
- # --attach "kevm-${KEVM_RELEASE_ID}/package/kevm-git-${KEVM_RELEASE_ID}-1-x86_64.pkg.tar.xz#Arch Package" \
306
--file "release.md" "${release_tag}"
307
'''
308
}
0 commit comments