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

WIP: pipeline

parent fbb870cc
Branches
Tags
No related merge requests found
Pipeline #8543 failed
...@@ -146,6 +146,7 @@ test: ...@@ -146,6 +146,7 @@ test:
fi; fi;
fi fi
- docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev ; - docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev ;
- echo "$CAOSDB_TAG"
- docker load < /image-cache/${CPPINTTEST_IMAGE_CACHE} || true - docker load < /image-cache/${CPPINTTEST_IMAGE_CACHE} || true
- docker pull $CPPINTTEST_REGISTRY_IMAGE - docker pull $CPPINTTEST_REGISTRY_IMAGE
...@@ -157,7 +158,6 @@ test: ...@@ -157,7 +158,6 @@ test:
- ls -la cert - 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"
- CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d - CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
# the pyinttest docker writes the return value of the tests into the # the pyinttest docker writes the return value of the tests into the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment