Commit f668c0a8 authored by kinuthia's avatar kinuthia
Browse files

remove dir

parent 7099af40
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1659,7 +1659,7 @@ ivas-long-term-job-logs:
    - mkdir -p logs/$TODAY

    # Get previous logs of this job incase we are running on a different machine
    - rm logs
    - rm -r logs
    - 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 - "$job_name", Job ID from script - $id_previous"
    - curl --request GET "https://forge.3gpp.org/rep/api/v4/projects/$CI_PROJECT_ID/jobs/$id_previous/artifacts" --output artifacts.zip