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

proper format for sed

parent 04d0760a
Branches
Tags
No related merge requests found
Pipeline #129846 passed
...@@ -54,7 +54,7 @@ export AIRFLOW_UID=$(id -u) ...@@ -54,7 +54,7 @@ export AIRFLOW_UID=$(id -u)
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
sed -i "s_SSO_CLIENT_SECRET_${SSO_CLIENT_SECRET}_g" $AIRFLOW_DIR/client_secret.json sed -i "s/SSO_CLIENT_SECRET/${SSO_CLIENT_SECRET}/g" $AIRFLOW_DIR/client_secret.json
# it is at this point assumed that ip and volume are correctly assigned, and that dns is working properly # 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-----------" 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