Hello
I need your help please
Describe your question in as much detail as possible:
during execution CI/CD i had this problem
Getting source from Git repository
00:00
Fetching changes with git depth set to 20…
Reinitialized existing Git repository in /Users/ci/Library/LaunchAgents/builds/KTgivGPV/0/test/.git/
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: exit status 1
before_script:
- export JAVA_HOME=“/Applications/Android Studio.app/Contents/jre/Contents/Home”
#- export JAVA_HOME=“/Applications/Android\ Studio.app/Contents/jre/Contents/Home” - export ANDROID_HOME=“$HOME/Library/Android/sdk”
- export PATH=$ANDROID_HOME/platform-tools:$PATH
- export PATH=$ANDROID_HOME/tools:$PATH
- export LC_ALL=en_US.UTF-8
- export LANG=en_US.UTF-8
- touch local.properties
stages:
Thanks for taking the time to be thorough in your request, it really helps!