Skip to content
Snippets Groups Projects
Verified Commit cf5a937b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent bbb11f76
No related branches found
No related tags found
No related merge requests found
Pipeline #8534 canceled
......@@ -7,7 +7,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
WORKDIR /libcaosdb/
RUN mkdir build
WORKDIR /libcaosdb/build
RUN cmake -D INSTALL_DIR_NAME=libcaosdb..
RUN cmake -D INSTALL_DIR_NAME=libcaosdb ..
RUN cmake --build .
RUN cmake --install . --prefix /usr/local/
......
......@@ -42,6 +42,7 @@ variables:
# This is the caosdb-deploy branch which build the images for caosdb-server and caosdb-mysql
# TODO change to dev after merge of f-grpc to dev
DEPLOY_REF: f-grpc
CAOSDB_TAG: f-grpc_F_f-grpc_C_main_IC_main
stages:
- info
......
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