Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Erreur GITLAB CI “cleaning up project directory and file based variables”
Forum Updated to NodeBB v4.3 + New Features

Erreur GITLAB CI “cleaning up project directory and file based variables”

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hicham
    wrote on last edited by
    #1

    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 1

    This 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:

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How is that related to Qt ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved