From d8e55168178361e405954ae94b8632ab8d318344 Mon Sep 17 00:00:00 2001
From: Maria Petrova <m.petrova@fz-juelich.de>
Date: Tue, 31 Aug 2021 09:53:56 +0200
Subject: [PATCH] Update cloudinit

---
 cloudinit.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cloudinit.yml b/cloudinit.yml
index 96f7f28..96d989b 100644
--- a/cloudinit.yml
+++ b/cloudinit.yml
@@ -48,8 +48,8 @@ users:
 
 runcmd:
   - mkdir -p /app/mnt/data
-  - 'git clone https://github.com/btphan95/greenr-airflow /home/airflow'
-  - cd /home/airflow/greenr-airflow
+  - 'git clone https://github.com/btphan95/greenr-airflow /home/maria/airflow'
+  - cd /home/maria/airflow
   # general startup takes long enough that no delay should bee needed - 5 to 6 minutes until these commands are executed
   - bash <(curl -s https://get.docker.com/)
   - bash scripts/nginx-airflow.sh
-- 
GitLab