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

ci: add verbosity

parent 98f35349
No related branches found
No related tags found
No related merge requests found
Pipeline #215515 passed
......@@ -14,11 +14,6 @@
dependencies:
- install
script:
# test
- echo ${DEVELOP}
- echo ${VUE_APP_BASE_URL_API}
- echo $API_MAIN
- echo $VUE_APP_BASE_URL_VIEWER
# overwrite vars when build from main branch. to omit a second
# job (see dependency in pages stage) when building for GitLab page.
- if [[ $CI_COMMIT_REF_SLUG == "main" && ${CI_JOB_NAME} != "build_page-main-backend" ]]; then
......@@ -26,6 +21,10 @@
- VUE_APP_BASE_URL_VIEWER=${MAIN}
- VUE_APP_PUBLIC_PATH="/ahiqar/website/"
- fi
# test
- echo VUE_APP_BASE_URL_API=${VUE_APP_BASE_URL_API}
- echo VUE_APP_BASE_URL_VIEWER=${VUE_APP_BASE_URL_VIEWER}
- echo VUE_APP_PUBLIC_PATH=${VUE_APP_PUBLIC_PATH}
- npm run build
- mkdir --parents public/${CI_COMMIT_REF_SLUG}
- cp --recursive src/.vuepress/dist/* public/${CI_COMMIT_REF_SLUG}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment