diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f428b4..5666248b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - project: code0-tech/telescopium + - project: code0-tech/development/telescopium ref: build-branch file: ci-template.gitlab-ci.yml @@ -19,11 +19,11 @@ storybook:build: - npm run storybook:build - | echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary" - echo "Storybook available at https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html" + echo "Storybook available at https://code0-tech.gitlab.io/-/development/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html" echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K" environment: name: storybook/$CI_COMMIT_REF_SLUG - url: https://code0-tech.gitlab.io/-/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html + url: https://code0-tech.gitlab.io/-/development/pictor/-/jobs/$CI_JOB_ID/artifacts/storybook-static/index.html auto_stop_in: 7 days artifacts: paths: @@ -50,7 +50,7 @@ storybook:test: if [[ $exit_code -ne 0 && -d "__snapshots__/__diff_output__" ]]; then echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary" echo "Storybook tests failed." - echo "Check for rendering differences at http://gitlab.com/code0-tech/pictor/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/" + echo "Check for rendering differences at http://gitlab.com/code0-tech/development/pictor/-/jobs/$CI_JOB_ID/artifacts/browse/__snapshots__/__diff_output__/" echo "If the changes are intended, update the snapshots by adding the 'regenerate-snapshots' label." echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K" fi