Update build ocean.yml

master
omidshj 2024-09-02 13:44:05 +03:30
parent 63cb106ee3
commit 338b05e6b3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# version: master # version: master
# register: git_result # register: git_result
- name: Go to the ocean directory - name: Go to the ocean directory
command: "chdir={{directory}} git pull origin master" command: "chdir={{directory}} git pull origin {{branch}}"
register: git_result register: git_result
- name: Build docker image if there were changes - name: Build docker image if there were changes