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

disable rm for airflow-directory

parent add31701
Branches
Tags
No related merge requests found
Pipeline #99487 passed
...@@ -32,8 +32,8 @@ AIRFLOW_DIR=`pwd` ...@@ -32,8 +32,8 @@ AIRFLOW_DIR=`pwd`
echo "Project dir is set to: $AIRFLOW_DIR" echo "Project dir is set to: $AIRFLOW_DIR"
echo "Proceeding as user $(whoami)" echo "Proceeding as user $(whoami)"
# clean out the target directory to ensure only new stuff is there # clean out the target directory to ensure only new stuff is there | causes race conditions on light deployment, maybe add flag to script?
rm -rf $AIRFLOW_DIR/* # rm -rf $AIRFLOW_DIR/*
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment