Skip to content

Commit

Permalink
path correction Paintroid directory
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent 5dd7aa7 commit 6af0b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pipeline {
sh "/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28 > /dev/null 2>&1 &"
sh './gradlew -PenableCoverage -Pjenkins -Pemulator=android28 -Pci createDebugCoverageReport -i'
sh '/home/user/android/sdk/platform-tools/adb logcat -d > logcat.txt'
sh 'mv -f logcat.txt ../Paintroid/Paintroid/build/outputs/logs/'
sh 'mv -f logcat.txt ../Paintroid/build/outputs/logs/'
}
post {
always {
Expand Down

0 comments on commit 6af0b73

Please sign in to comment.