Skip to content
Snippets Groups Projects
Commit e0ff254e authored by Marius Kriegerowski's avatar Marius Kriegerowski
Browse files

add repo comments

parent 6e96a414
Branches main
No related tags found
No related merge requests found
Pipeline #39515 failed
......@@ -7,6 +7,12 @@ testing:
services:
- name: git.gfz-potsdam.de:5000/dynamicexposure/coding/betty-integration/time-api:main
alias: time-api
# TODO: these repos will need to have dockerfiles and images pushed to their registry
# https://3dtools.geog.uni-heidelberg.de/loki/micromapping_giscience
# https://3dtools.geog.uni-heidelberg.de/loki/damage_clf_3dgeo
# (more to follow)
environment:
BETTY_TIME_API_URL=http://time-api:8000
before_script:
......@@ -14,6 +20,11 @@ testing:
- poetry install
script:
- pytest tests/test_time_api.py
# next step would be to send triggers:
#trigger: git.gfz-potsdam:..... integration.git
# branch: main
## Alternatively, this deploys to an environment using the docker-compose file:
#deploy_staging:
# stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment