EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit eb3dec84 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

adding product_list

parent 141ba4bd
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ test:
- docker:dind
before_script:
- apk update && apk add bash postgresql-dev gcc python3-dev musl-dev py-pip gdal
- pip3 install -r requirements.txt
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- chmod +x env_setup.sh wait_for_container.sh registrar_test.sh
- ./env_setup.sh
......@@ -100,9 +99,10 @@ test:
- docker network create -d overlay emg-extnet
- docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs
script:
- ./wait_for_container.sh
- ./registrar_test.sh
- pip3 install -r requirements.txt
- bash ./registrar_test.sh product_list.csv
after_script:
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