Skip to content
Snippets Groups Projects
Commit 8285e8f1 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

fix path in build

parent 29e63df9
No related branches found
No related tags found
2 merge requests!8Revert "Change design single",!7add review app for mr
Pipeline #149137 passed
...@@ -12,9 +12,9 @@ review-app-build: ...@@ -12,9 +12,9 @@ review-app-build:
stage: build stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
script: script:
- sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/${CI_MERGE_REQUEST_ID}\";" config/production/config.toml - sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/${CI_MERGE_REQUEST_ID}/js/basic.js;" layouts/shortcodes/header1.html - sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic.js;" layouts/shortcodes/header1.html
- sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/${CI_MERGE_REQUEST_ID}/js/basic2.js;" layouts/shortcodes/header2.html - sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic2.js;" layouts/shortcodes/header2.html
- /pontifex/bin/build_pontifex.sh - /pontifex/bin/build_pontifex.sh
artifacts: artifacts:
paths: paths:
......
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