Skip to content

Commit

Permalink
Reorganize GitLab project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Feb 24, 2024
1 parent a035e0f commit d11be32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
- .build
stage: build
variables:
C0_GLOBAL_BASE: /-/telescopium/-/jobs/$CI_JOB_ID/artifacts/dist
C0_GLOBAL_BASE: /-/development/telescopium/-/jobs/$CI_JOB_ID/artifacts/dist
after_script:
- node scripts/local_link_suffixer.js
- |
Expand Down
4 changes: 2 additions & 2 deletions ci-template.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docs:
stage: test
trigger:
project: code0-tech/telescopium
project: code0-tech/development/telescopium
branch: build-branch
strategy: depend
variables:
Expand Down Expand Up @@ -46,7 +46,7 @@ docs:preview:
- BUILD_JOB_ID=$(echo "$RESPONSE" | jq -r .data.project.pipeline.job.downstreamPipeline.job.id | awk -F '/' '{print $NF}')
- |
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
echo "Documentation preview available at https://code0-tech.gitlab.io/-/telescopium/-/jobs/$BUILD_JOB_ID/artifacts/dist/index.html"
echo "Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/$BUILD_JOB_ID/artifacts/dist/index.html"
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
rules:
- if: $C0_GH_REF != "refs/heads/main"

0 comments on commit d11be32

Please sign in to comment.