EOX GitLab Instance

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

variables setup

parent 910eefff
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,8 @@ test:
- apk add --update py-pip
- pip install -r requirements.txt
- pytest
- chmod +x env_setup.sh
- ./env_setup.sh
- docker stack deploy -c docker-compose.vhr18.yml -c docker-compose.vhr18.dev.yml vhr18-pvs
- docker exec -it $(docker ps -qf "name=vhr18-pvs_renderer") python3 /var/www/pvs/dev/pvs_instance/manage.py id list
# after_script:
......
#!/bin/sh
cat vhr18_db > env/vhr18_db.env
cat vhr18_django > env vhr18_django.env
cat vhr_obs > vhr_obs.env
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