Skip to content

Commit

Permalink
Feature/robo/cleanup (#699)
Browse files Browse the repository at this point in the history
- Update github actions to use latest. 
- Fix Robofile to work with simplified containers.
- Remove unneeded complexity checking for docker images here or there.
  • Loading branch information
jonpugh authored Nov 10, 2022
1 parent 39145b0 commit dc36642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
name: '{{ devshop_pip_packages }}'
state: present

# This happens when /usr/share/devshop is in a volume and the container user doesn't work yet.
- name: Configure Git to set devshop as a safe directory to avoid "dubious ownership" claims.
git_config:
scope: global
name: safe.directory
value: "{{ devshop_cli_path }}"

- name: Detect currently installed version of DevShop.
command: "{{ devshop_cli_path }}/scripts/branch-or-tag"
register: __devshop_version_installed
Expand Down

0 comments on commit dc36642

Please sign in to comment.