Commit 157362c7 authored by norvell's avatar norvell
Browse files

Remove temporary disabling of logs fetch

parent b2683cf3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1686,8 +1686,7 @@ ivas-long-term-job-logs:
      fi

      # handle case where the job is running for the first time. e.g where the job was not found.
      #id_previous=$(python3 ci/get_id_of_last_job_occurence.py $CI_DEFAULT_BRANCH "$CI_JOB_NAME" $CI_PROJECT_ID)
      id_previous="-1"
      id_previous=$(python3 ci/get_id_of_last_job_occurence.py $CI_DEFAULT_BRANCH "$CI_JOB_NAME" $CI_PROJECT_ID)
      echo "Job ID from variables - "$CI_JOB_NAME", Job ID from script - $id_previous"
      
      if [ "$id_previous" != "-1" ]; then