Skip to content
Snippets Groups Projects
Commit 6390448f authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

chore(release): 1.0.2

Merge branch 'develop' into 'main' (hotfix)

ci: extend condition for main build targeting backend

See merge request !34
parents 78b49d45 c336e2b4
No related branches found
No related tags found
1 merge request!34ci: extend condition for main build targeting backend
Pipeline #215212 passed
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
- echo $VUE_APP_BASE_URL_VIEWER - echo $VUE_APP_BASE_URL_VIEWER
# overwrite vars when build from main branch. to omit a second # overwrite vars when build from main branch. to omit a second
# job (see dependency in pages stage). # job (see dependency in pages stage).
- if [[ $CI_COMMIT_REF_SLUG == "main" ]]; then - if [[ $CI_COMMIT_REF_SLUG == "main" && ${CI_JOB_NAME} != "build_page-main-backend" ]]; then
- VUE_APP_BASE_URL_API=${API_MAIN} - VUE_APP_BASE_URL_API=${API_MAIN}
- VUE_APP_BASE_URL_VIEWER=${MAIN} - VUE_APP_BASE_URL_VIEWER=${MAIN}
- VUE_APP_PUBLIC_PATH="/ahiqar/website/" - VUE_APP_PUBLIC_PATH="/ahiqar/website/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment