ci: fix github comment, add upload to imports

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-06 21:58:09 +01:00
parent f6458facfc
commit f3ccc2422c
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 6 additions and 0 deletions

View File

@ -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 {