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

add pontifex-core image to container registry

parent 97a34a5d
No related branches found
No related tags found
1 merge request!15Dev
Pipeline #150592 passed
#image: node:17-bullseye
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
# image: node:17-bullseye
# image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-hugo #new default image
stages:
- build
......@@ -10,7 +11,6 @@ stages:
review-app-build:
stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
script:
- 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_COMMIT_REF_NAME}/js/basic.js;" layouts/shortcodes/header1.html
......@@ -24,7 +24,6 @@ review-app-build:
review-build:
stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
script:
- sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}js/basic.js;" layouts/shortcodes/header1.html
......@@ -39,7 +38,6 @@ review-build:
master-build:
stage: build
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
script:
- sed -i -e "s;baseurl.*;baseurl = \"${BASE_DIR}\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${BASE_DIR}js/basic.js;" layouts/shortcodes/header1.html
......
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