Skip to content

Commit e8f8057

Browse files
Remove debug task 'Check CI environment' from menubar ansible tasks
Co-authored-by: paolomainardi <8747+paolomainardi@users.noreply.github.com>
1 parent 67e7a4d commit e8f8057

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

ansible/macos/macos/base.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -410,14 +410,7 @@
410410
debug:
411411
msg: "{{ sparkdock_status.stdout_lines }}"
412412

413-
- name: Check CI environment
414-
debug:
415-
msg:
416-
- "HOME: {{ ansible_env.HOME | default('undefined') }}"
417-
- "USER: {{ ansible_env.USER | default('undefined') }}"
418-
- "CI: {{ ansible_env.CI | default('undefined') }}"
419-
- "GITHUB_ACTIONS: {{ ansible_env.GITHUB_ACTIONS | default('undefined') }}"
420-
- "RUNNER_OS: {{ ansible_env.RUNNER_OS | default('undefined') }}"
413+
421414

422415
- name: LaunchAgent installation (local environment only)
423416
block:

0 commit comments

Comments
 (0)