15531: Fix file ownership after git pull as root
[arvados.git] / sdk / python / tests / fed-migrate / fed-migrate.cwl
index cb686847e4e072928369b91afaab83a6516fc8e5..1c8fcca59e637c52933cff7ada6ee30e5c2d38a7 100644 (file)
@@ -518,6 +518,10 @@ $graph:
 
                           git checkout -f $(inputs.refspec)
 
+                          git pull
+
+                          chown arvbox:arvbox -R .
+
                           EOF