Skip to content

Commit

Permalink
Remove log for debug added
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jan 6, 2025
1 parent 3706c1b commit be15171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,8 @@
apt: deb

tasks:
- name: View env
command: |
ls -la
args:
chdir: "{{ working_path }}"


- name: View env 2
run: |
ls -la ${{ working_path }}/.github
- name: View env 3
run: |
ls -la ${{ working_path }}/.github/actions
- name: View env 4
run: |
ls -la ${{ working_path }}/.github/actions/offline-installation
- name: Copy test scripts
copy:
src: "{{ offline_installation_path }}/{{ offline_installation_script }}"
dest: "{{ working_path }}/{{ offline_installation_script }}"
mode: '0744'
command: cp "{{ offline_installation_path }}/{{ offline_installation_script }}" "{{ offline_installation_script }}"
args:
chdir: "{{ working_path }}"

Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,29 +205,6 @@ jobs:
run: |
aws ec2 modify-instance-attribute --instance-id ${{ env.INSTANCE_ID }} --groups sg-03c53339089a65829
- name: View env
run: |
ls -la ${{ github.workspace }}
- name: View env 2
run: |
ls -la ${{ github.workspace }}/.github
- name: View env 3
run: |
ls -la ${{ github.workspace }}/.github/actions
- name: View env 4
run: |
ls -la ${{ github.workspace }}/.github/actions/offline-installation
#- name: Copy test scripts
# uses: actions/upload-artifact@v4
# with:
# name: offline_installation_script.sh
# path: ${{ github.workspace }}/.github/actions/offline-installation/offline_installation.sh
# if-no-files-found: error

- name: Execute offline installation playbook
run: |
ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook .github/workflows/ansible-playbooks/offline-installation/test.yml \
Expand Down

0 comments on commit be15171

Please sign in to comment.