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
RUN apt-get install -y openjdk-11-jdk-headless
ENV ENV_CPPLIB_VERSION=$CPPLIB_VERSION
RUN echo $ENV_CPPLIB_VERSION
# build and run tests
CMD ls -la && \
......
......@@ -4,6 +4,8 @@ services:
image: "$CPPINTTEST_REGISTRY_IMAGE"
networks:
- docker_caosnet
environment:
- ENV_CPPLIB_VERSION: $CPPLIB_VERSION
volumes:
- type: bind
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