Skip to content

Commit

Permalink
WIP: Switch to localenv-deployment branch for backend deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfm committed Jan 29, 2025
1 parent fe21c65 commit e356393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deploy/localenv/ansible/playbook-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ansible.builtin.git:
repo: "https://github.com/eclipse-opendut/opendut/"
dest: "{{ repo_dir }}"
version: "development"
version: "localenv-deployment" # TODO
force: true # Avoid "would clobber existing tag" error for canary-tag

- name: Provision secrets
Expand Down

0 comments on commit e356393

Please sign in to comment.