Skip to content
Snippets Groups Projects
Commit d55262e2 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

remove remains of PIP_ADDITIONAL_DEPENDENCIES

parent c3dd6a48
No related branches found
No related tags found
No related merge requests found
Pipeline #99491 passed
...@@ -51,11 +51,7 @@ cp -r templates/* $AIRFLOW_DIR/templates ...@@ -51,11 +51,7 @@ cp -r templates/* $AIRFLOW_DIR/templates
# Setup environment variables and install requirements # Setup environment variables and install requirements
echo -e "AIRFLOW_UID=$(id -u)" > $GIT_REPO/dockers/.env echo -e "AIRFLOW_UID=$(id -u)" > $GIT_REPO/dockers/.env
export AIRFLOW_UID=$(id -u) export AIRFLOW_UID=$(id -u)
echo "Collecting requirements"
reqs=`cat $GIT_REPO/requirements.txt | tr '\n' ' '`
echo "Collected requirements: $reqs"
echo "_PIP_ADDITIONAL_REQUIREMENTS=\"$reqs\"" >> $GIT_REPO/dockers/.env
pip install -r $GIT_REPO/requirements.txt pip install -r $GIT_REPO/requirements.txt
sed -i "s_datalogistics.eflows4hpc.eu/_${SERVER_DOMAIN}_g" $GIT_REPO/dockers/docker-compose.yaml sed -i "s_datalogistics.eflows4hpc.eu/_${SERVER_DOMAIN}_g" $GIT_REPO/dockers/docker-compose.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment