From 338b05e6b3d6f88a11690c64fa42369adeaab17c Mon Sep 17 00:00:00 2001
From: omidshj <omid.shj@gmail.com>
Date: Mon, 2 Sep 2024 13:44:05 +0330
Subject: [PATCH] Update build ocean.yml

---
 build ocean.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build ocean.yml b/build ocean.yml
index 58d32c6..844da1e 100644
--- a/build ocean.yml	
+++ b/build ocean.yml	
@@ -9,7 +9,7 @@
   #     version: master
   #   register: git_result
   - name: Go to the ocean directory
-    command: "chdir={{directory}} git pull origin master"
+    command: "chdir={{directory}} git pull origin {{branch}}"
     register: git_result
 
   - name: Build docker image if there were changes