mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Tools: remove git pull from Android release script, which can make upload fail
This commit is contained in:
parent
f07636e4b7
commit
f0ad813f40
@ -141,8 +141,8 @@ android {
|
|||||||
applicationId "net.cozic.joplin"
|
applicationId "net.cozic.joplin"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 2097644
|
versionCode 2097645
|
||||||
versionName "2.3.0"
|
versionName "2.3.1"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86"
|
abiFilters "armeabi-v7a", "x86"
|
||||||
}
|
}
|
||||||
|
@ -173,8 +173,6 @@ async function main() {
|
|||||||
await fs.writeFile(`${rootDir}/README.md`, readmeContent);
|
await fs.writeFile(`${rootDir}/README.md`, readmeContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
await execCommandVerbose('git', ['pull']);
|
|
||||||
|
|
||||||
// NOT TESTED: These commands should not be necessary anymore since they are
|
// NOT TESTED: These commands should not be necessary anymore since they are
|
||||||
// done in completeReleaseWithChangelog()
|
// done in completeReleaseWithChangelog()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user