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

ENH: Allow local execution of the ci pipeline

parent 18a306a8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# execute this script form the root folder of the directory (i.e. ..) for
# locally testing whtat the pipeline does.
# Note: this is not 100% replication as the pipeline might change and not every
# thing is replicated.
CI_REGISTRY=registry.indiscale.com EXEPATH=`pwd` CAOSDB_TAG=dev-latest \
docker-compose -f .docker/docker-compose.yml up -d
cd .docker
CAOSHOSTNAME=caosdb-server ./cert.sh
CI_REGISTRY_IMAGE=registry.indiscale.com/caosdb-advanced-testenv ./run.sh
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