Skip to content

Commit

Permalink
set user DO-659
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc authored Mar 20, 2024
1 parent cece22b commit fabbb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Darwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install Xcode v{{ xcode_version }} # noqa: name[template]

Check failure on line 2 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

command-instead-of-shell

Use shell only when shell functionality is required.

Check notice on line 2 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

[ansible-lint] tasks/Darwin.yml#L2

command-instead-of-shell Use shell only when shell functionality is required
Raw output
tasks/Darwin.yml:2: command-instead-of-shell Use shell only when shell functionality is required
ansible.builtin.shell: /usr/local/bin/xcodes install {{ xcode_version }} --experimental-unxip --select --fastlane-user
ansible.builtin.shell: /usr/local/bin/xcodes install {{ xcode_version }} --experimental-unxip --select --fastlane-user FASTLANE_SESSION
args:
creates: "/Applications/Xcode-{{ xcode_version }}.app"

Expand Down

0 comments on commit fabbb46

Please sign in to comment.