Skip to content
Snippets Groups Projects
Commit 729a3b2f authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files
parents ac976123 c37eec53
No related branches found
No related tags found
No related merge requests found
Pipeline #107180 passed
......@@ -6,4 +6,4 @@ apache-airflow-providers-ssh
apache-airflow-providers-http
apache-airflow-providers-sftp
--index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
airflow-datacat-integration>=0.1.3
airflow-datacat-integration>=0.1.4
......@@ -40,7 +40,7 @@ echo "Proceeding as user $(whoami)"
# Make the necessary folders for the airflow artefacts and copy the corresponging content
mkdir -p ./dags ./logs ./plugins ./config ./templates
cd $GIT_REPO
git clone $DAG_GIT_URL $AIRFLOW_DIR/dags
rm -rf $AIRFLOW_DIR/dags/* && rm -rf $AIRFLOW_DIR/dags/.git && git clone $DAG_GIT_URL $AIRFLOW_DIR/dags
cp -r plugins/* $AIRFLOW_DIR/plugins
cp config/* $AIRFLOW_DIR/config/
cp -r templates/* $AIRFLOW_DIR/templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment