Update build ocean.yml
parent
63cb106ee3
commit
338b05e6b3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue