EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit bc6a1180 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

TEST

parent 97f3ac69
No related branches found
No related tags found
1 merge request!49Production release 1.1.1
......@@ -2,8 +2,7 @@ version: "3.6"
services:
database:
image: mdillon/postgis:10
volumes:
- db-data:/var/lib/postgresql/data
# PUT BACK VOLUME AFTER TEST
env_file:
- env/emg.env
- env/emg_db.env
......
......@@ -41,6 +41,11 @@ docker service ls
# perform the testing
bash ./preprocessor_test.sh preprocessed_list.csv
bash ./registrar_test.sh product_list.csv
# REMOVE AFTER TEST
for service in $(docker service ls --format "{{.Name}}"); do
docker service ps $service --no-trunc
docker service logs $service
done
if [ $? -ne 0 ]
then
......
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