mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
ci: fix github comment, add upload to imports
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f6458facfc
commit
f3ccc2422c
@ -50,6 +50,12 @@ pipeline {
|
||||
stage('Check') {
|
||||
steps { sh 'make run-statusq-sanity-checker' }
|
||||
}
|
||||
|
||||
stage('Upload') {
|
||||
steps { script {
|
||||
env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText"
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
Loading…
x
Reference in New Issue
Block a user