Skip to content
Snippets Groups Projects
Commit 1fcd99be authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files
parents 0085b92f fd764f83
No related branches found
No related tags found
No related merge requests found
Pipeline #92931 passed
...@@ -31,10 +31,10 @@ echo "Proceeding as user $(whoami)" ...@@ -31,10 +31,10 @@ echo "Proceeding as user $(whoami)"
# Make the necessary folders for the airflow artefacts and copy the corresponging content # Make the necessary folders for the airflow artefacts and copy the corresponging content
mkdir -p ./dags ./logs ./plugins ./config ./templates mkdir -p ./dags ./logs ./plugins ./config ./templates
cd $GIT_REPO cd $GIT_REPO
cp dags/* $AIRFLOW_DIR/dags cp -r dags/* $AIRFLOW_DIR/dags
cp -r plugins/* $AIRFLOW_DIR/plugins cp -r plugins/* $AIRFLOW_DIR/plugins
cp config/* $AIRFLOW_DIR/config cp config/* $AIRFLOW_DIR/config
cp templates/* $AIRFLOW_DIR/templates 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment