Skip to content
Snippets Groups Projects

L2SS-451: Integration test ci fix

Compare and
28 files
+ 146
95
Compare changes
  • Side-by-side
  • Inline

Files

#!/bin/bash
# writes the JSON dump to stdout
docker exec -it dsconfig python -m dsconfig.dump
# writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci!
docker exec -i "${CONTAINER_NAME_PREFIX}"dsconfig python -m dsconfig.
Loading