Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -1640,8 +1640,7 @@ voip-be-on-merge-request: long-term-job-logs: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "long-term-logs" # change this to a scheduled job when: manual stage: test stage: .pre timeout: "20 minutes" script: - curl --request GET "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/pipelines" Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -1640,8 +1640,7 @@ voip-be-on-merge-request: long-term-job-logs: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "long-term-logs" # change this to a scheduled job when: manual stage: test stage: .pre timeout: "20 minutes" script: - curl --request GET "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/pipelines" Loading