Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -614,9 +614,7 @@ pages: script: - *print-common-info - *update-scripts-repo - job_id=$(python3 ci/get_id_of_last_job_occurence.py $CI_DEFAULT_BRANCH ivas-pytest-mld-long-dec $CI_PROJECT_ID) - mkdir public - echo "Hello BASOP world!\n\nLast long selftest run had id $job_id" >> public/index.html - python3 ci/setup_pages.py artifacts: paths: - public Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -614,9 +614,7 @@ pages: script: - *print-common-info - *update-scripts-repo - job_id=$(python3 ci/get_id_of_last_job_occurence.py $CI_DEFAULT_BRANCH ivas-pytest-mld-long-dec $CI_PROJECT_ID) - mkdir public - echo "Hello BASOP world!\n\nLast long selftest run had id $job_id" >> public/index.html - python3 ci/setup_pages.py artifacts: paths: - public Loading