Skip to content
Snippets Groups Projects
Commit 0970ddad authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Add UI into .env

parent 29a57b52
Branches
Tags
No related merge requests found
Pipeline #84740 passed
...@@ -59,11 +59,11 @@ runcmd: ...@@ -59,11 +59,11 @@ runcmd:
- cp -r plugins/* ../airflow/plugins - cp -r plugins/* ../airflow/plugins
- cp config/* ../airflow/config - cp config/* ../airflow/config
- cp templates/* ../airflow/templates - cp templates/* ../airflow/templates
# - echo -e "AIRFLOW_UID=$(id -u)" > ../data-logistics-service/dockers/.env #for root - echo -e "AIRFLOW_UID=$(id -u)" > /home/maria/data-logistics-service/dockers/.env
- export AIRFLOW_UID=$(id -u) - export AIRFLOW_UID=$(id -u)
- echo "Collecting requirements" - echo "Collecting requirements"
- reqs=`cat requirements.txt | tr '\n' ' '` - reqs=`cat requirements.txt | tr '\n' ' '`
- echo "Collected -> $reqs" - echo "Collected - $reqs"
- sudo sh -c "echo \"_PIP_ADDITIONAL_REQUIREMENTS=$reqs\" >> /home/maria/data-logistics-service/dockers/.env" - sudo sh -c "echo \"_PIP_ADDITIONAL_REQUIREMENTS=$reqs\" >> /home/maria/data-logistics-service/dockers/.env"
- echo "Bringing up the docker containers" - echo "Bringing up the docker containers"
- docker-compose -f ./dockers/docker-compose.yaml --project-directory ../airflow --verbose up airflow-init - docker-compose -f ./dockers/docker-compose.yaml --project-directory ../airflow --verbose up airflow-init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment