Erreur GITLAB CI “cleaning up project directory and file based variables”
-
Hey, could you please help me.
I had this problem after the execution of my pipeline in Gitlab ci.this is the output :
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 1This is the pipeline:
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: -
Hi and welcome to devnet,
How is that related to Qt ?