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 571db82 commit 8bdc4f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stage_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ jobs:
cd ./DO/infra
terraform apply terraform.tfplan
- name: Display inventory
- 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
cat inventory/hosts.ini
# No relative path allowed
Expand Down Expand Up @@ -134,6 +136,8 @@ jobs:
- name: Check if inventory present
run: |
ls -l ${{ github.workspace }}
ls -l ${{ github.workspace }}/test/inventory/
ls -l ${{ github.workspace }}/DO/infra/
cat ${{ github.workspace }}/hosts.ini
- name: Get key and hosts.ini
Expand Down

0 comments on commit 8bdc4f8

Please sign in to comment.