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

WIP: pipeline

parent 939a031c
No related branches found
No related tags found
No related merge requests found
Pipeline #8443 failed
...@@ -18,8 +18,6 @@ RUN rm -rf .git ...@@ -18,8 +18,6 @@ RUN rm -rf .git
RUN apt-get install -y openjdk-11-jdk-headless RUN apt-get install -y openjdk-11-jdk-headless
ENV ENV_CPPLIB_VERSION=$CPPLIB_VERSION
RUN echo $ENV_CPPLIB_VERSION
# build and run tests # build and run tests
CMD ls -la && \ CMD ls -la && \
......
...@@ -4,6 +4,8 @@ services: ...@@ -4,6 +4,8 @@ services:
image: "$CPPINTTEST_REGISTRY_IMAGE" image: "$CPPINTTEST_REGISTRY_IMAGE"
networks: networks:
- docker_caosnet - docker_caosnet
environment:
- ENV_CPPLIB_VERSION: $CPPLIB_VERSION
volumes: volumes:
- type: bind - type: bind
source: ./cert source: ./cert
......
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