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

WIP: pipeline

parent 15a92fb2
Branches
Tags
No related merge requests found
Pipeline #8420 passed
...@@ -12,7 +12,6 @@ RUN cmake --build . ...@@ -12,7 +12,6 @@ RUN cmake --build .
RUN cmake --install . --prefix /usr/local/ RUN cmake --install . --prefix /usr/local/
WORKDIR /cppinttest/
CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \ CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests # ... and run tests
ctest ctest
...@@ -159,6 +159,7 @@ test: ...@@ -159,6 +159,7 @@ test:
# load any(!!!) mariab image # load any(!!!) mariab image
- cd .docker - cd .docker
- ls -la - ls -la
- ls -la cert
# here the server and the mysql backend docker are being started # here the server and the mysql backend docker are being started
- echo "$CAOSDB_TAG" - echo "$CAOSDB_TAG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment