Skip to content
Snippets Groups Projects
Verified Commit 9fc1bc58 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Rename caosdb -> linkahead (Pipeline)

parent b451af83
No related branches found
No related tags found
1 merge request!118F linkahead rename
Pipeline #36732 passed
......@@ -27,7 +27,8 @@ variables:
# TODO Rename to linkahead
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-webui/testenv
image: $CI_REGISTRY_IMAGE:latest
# TODO Rename back to "latest"
image: $CI_REGISTRY_IMAGE:f-linkahead-rename
stages:
......@@ -82,8 +83,8 @@ build-testenv:
# use here general latest or specific branch latest...
- docker build
--pull
-t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
-t $CI_REGISTRY_IMAGE:f-linkahead-rename .
- docker push $CI_REGISTRY_IMAGE:f-linkahead-rename
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# documentation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment