Skip to content

Commit

Permalink
Debug mode in AIO install
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 29, 2024
1 parent b7febfa commit 4fe0b87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
SESSION_NAME: "Installation-Assistant-Test"
REGION: "us-east-1"
TMP_PATH: "/tmp/test"
LOGS_PATH: "/home/assistant_logs"
LOGS_PATH: "${{ github.workspace }}/assistant_logs"
PKG_REPOSITORY: "${{ inputs.REPOSITORY }}"
REFERENCE: "${{ github.ref_name }}"
TEST_NAME: "test_assistant"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ansible-playbooks/aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@

- name: Test assistant AIO install
block:
- name: Debug content
command: "ls -la"
args:
chdir: "{{ script_path }}"

- name: Install assistant installer
command: "bash {{ script_name }} -a -v"
args:
Expand Down

0 comments on commit 4fe0b87

Please sign in to comment.