Skip to content

Commit 576d72a

Browse files
authored
Merge pull request #77 from code0-tech/adjust-gitlab-project-name
Adjust GitLab project name to new GitHub project name
2 parents afe1320 + 2f1f413 commit 576d72a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ build:
99
- .build-base
1010
stage: build
1111
variables:
12-
C0_BASE_PATH: /-/development/landing-page/-/jobs/$CI_JOB_ID/artifacts/out
12+
C0_BASE_PATH: /-/development/cygnus/-/jobs/$CI_JOB_ID/artifacts/out
1313
after_script:
1414
- |
1515
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
16-
echo "Preview available at https://code0-tech.gitlab.io/-/development/landing-page/-/jobs/$CI_JOB_ID/artifacts/out/index.html"
16+
echo "Preview available at https://code0-tech.gitlab.io/-/development/cygnus/-/jobs/$CI_JOB_ID/artifacts/out/index.html"
1717
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
1818
environment:
1919
name: preview/$CI_COMMIT_REF_SLUG
20-
url: https://code0-tech.gitlab.io/-/development/landing-page/-/jobs/$CI_JOB_ID/artifacts/out/index.html
20+
url: https://code0-tech.gitlab.io/-/development/cygnus/-/jobs/$CI_JOB_ID/artifacts/out/index.html
2121
auto_stop_in: 7 days
2222
artifacts:
2323
paths:

0 commit comments

Comments
 (0)