Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- project: code0-tech/telescopium
- project: code0-tech/development/telescopium
ref: build-branch
file: ci-template.gitlab-ci.yml

Expand All @@ -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:
Expand All @@ -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
Expand Down