File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 hosts : " all"
55 vars :
66 install_dir : " {{ ansible_user_dir }}/.local/bin"
7- is_pr : True # Set to False for Runs after merge.
7+ is_pr : true # Set to False for Runs after merge.
88 registry_credentials :
99 OCI_REGISTRY : " registry.scs.community"
1010 OCI_REPOSITORY : " registry.scs.community/cluster-stacks/scs"
2828 line : " {{ item.key }}={{ item.value }}"
2929 loop : " {{registry_credentials | dict2items }}"
3030 - name : " Upload Preliminary Assets"
31- ansible.builtin.cmd :
31+ ansible.builtin.command :
3232 cmd : " just --working-directory {{ zuul.project.src_dir}} --just-file {{ zuul.project.src_dir}}/justfile publish-test-release"
3333 when : is_pr
3434 - name : " Upload Release Assets"
35- ansible.builtin.cmd :
35+ ansible.builtin.command :
3636 cmd : " just --yes --working-directory {{ zuul.project.src_dir}} --just-file {{ zuul.project.src_dir}}/justfile publish-release"
3737 when : not is_pr
You can’t perform that action at this time.
0 commit comments