Skip to content
Snippets Groups Projects

MAINT: allow the apply_list_of_updates function to be used elsewhere

Merged Henrik tom Wörden requested to merge f-apply-updates into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -46,7 +46,7 @@ test:
image: $CI_REGISTRY_IMAGE_BASE
script:
- if [[ "$CAOSDB_TAG" == "" ]]; then
CAOSDB_TAG=dev-latest;
CAOSDB_TAG=dev;
fi
- echo $CAOSDB_TAG
- time docker load < /image-cache/caosdb-advanced-testenv.tar || true
Loading