commit
cd62e1a2de
|
@ -30,7 +30,7 @@ pipeline {
|
||||||
S3_BUCKET_NAME = 'REDACTED'
|
S3_BUCKET_NAME = 'REDACTED'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'npm run jenkins:build:linux'
|
sh 'yarn run jenkins:build:linux'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Upload') {
|
stage('Upload') {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "MyCrypto",
|
"name": "MyCrypto",
|
||||||
"author": "MyCryptoHQ",
|
"author": "MyCryptoHQ",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "MyCrypto web and electron app",
|
"description": "MyCrypto web and electron app",
|
||||||
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
||||||
|
|
Loading…
Reference in New Issue