Skip to content
Snippets Groups Projects

Resolve "CI/CD for SmartDataContext"

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -89,7 +89,14 @@ echo ### Cleaning the environment...
cd ..
docker compose --profile test down -v
docker system prune -a -f
cp bin/smartdata/Config.php.template bin/smartdata/Config.php
sed -i '/443:443/d' docker-compose.yml
sed -i '/9000:9000/d; /9001:9001/d' docker-compose.yml
sed -i '/ports:/d' docker-compose.yml
docker compose --profile test up --build -d web mariadb cassandra cassandra-setup mongo minio tikiwikidb-test smartdata-context-api
cd docker
# Path to the health check script
Loading