Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed May 24, 2024
1 parent 8bdc4f8 commit 80de2a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stage_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
- name: Display and Checks
run: |
ls -l ${{ github.workspace }}/test/inventory/hosts.ini
ls -l ${{ github.workspace }}/DO/infra/.key.private
ls -l ${{ github.workspace }}/DO/infra/.key.pub
ls -la ${{ github.workspace }}/test/inventory/
ls -la ${{ github.workspace }}/DO/infra/
ls -la ${{ github.workspace }}/DO/infra/
cat inventory/hosts.ini
# No relative path allowed
Expand Down Expand Up @@ -135,9 +135,9 @@ jobs:

- name: Check if inventory present
run: |
ls -l ${{ github.workspace }}
ls -l ${{ github.workspace }}/test/inventory/
ls -l ${{ github.workspace }}/DO/infra/
ls -la ${{ github.workspace }}
ls -la ${{ github.workspace }}/test/inventory/
ls -la ${{ github.workspace }}/DO/infra/
cat ${{ github.workspace }}/hosts.ini
- name: Get key and hosts.ini
Expand Down

0 comments on commit 80de2a0

Please sign in to comment.