Skip to content
Snippets Groups Projects
Commit 46742117 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ENH: pull images before running

parent cdae2869
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
# locally testing whtat the pipeline does. # locally testing whtat the pipeline does.
# Note: this is not 100% replication as the pipeline might change and not every # Note: this is not 100% replication as the pipeline might change and not every
# thing is replicated. # thing is replicated.
CI_REGISTRY=registry.indiscale.com EXEPATH=`pwd` CAOSDB_TAG=dev-latest \
docker-compose -f .docker/docker-compose.yml pull
CI_REGISTRY_IMAGE=registry.indiscale.com/caosdb-advanced-testenv \
docker-compose -f .docker/tester.yml pull
CI_REGISTRY=registry.indiscale.com EXEPATH=`pwd` CAOSDB_TAG=dev-latest \ CI_REGISTRY=registry.indiscale.com EXEPATH=`pwd` CAOSDB_TAG=dev-latest \
docker-compose -f .docker/docker-compose.yml up -d docker-compose -f .docker/docker-compose.yml up -d
cd .docker cd .docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment