From d55262e243aaef7ec88e8a65b9ccaf0f296225f4 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Wed, 4 May 2022 14:36:21 +0200
Subject: [PATCH] remove remains of PIP_ADDITIONAL_DEPENDENCIES

---
 scripts/deployment.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scripts/deployment.sh b/scripts/deployment.sh
index 2569c53..d1ecd07 100755
--- a/scripts/deployment.sh
+++ b/scripts/deployment.sh
@@ -51,11 +51,7 @@ cp -r templates/* $AIRFLOW_DIR/templates
 # Setup environment variables and install requirements
 echo -e "AIRFLOW_UID=$(id -u)" > $GIT_REPO/dockers/.env
 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
 
 sed -i "s_datalogistics.eflows4hpc.eu/_${SERVER_DOMAIN}_g" $GIT_REPO/dockers/docker-compose.yaml
-- 
GitLab