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

proper replace domain (remove uneeded /)

parent 57ef7372
No related branches found
No related tags found
No related merge requests found
Pipeline #128677 passed
......@@ -50,7 +50,7 @@ export AIRFLOW_UID=$(id -u)
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
# it is at this point assumed that ip and volume are correctly assigned, and that dns is working properly
echo "-----------Bringing up the docker containers-----------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment