From 8bdc4f81e278e385d0bc965d06a344a42373632c Mon Sep 17 00:00:00 2001 From: ccaron Date: Fri, 24 May 2024 11:44:29 +0200 Subject: [PATCH] artifacts --- .github/workflows/stage_online.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stage_online.yml b/.github/workflows/stage_online.yml index cfad9ecaf..0106af36a 100644 --- a/.github/workflows/stage_online.yml +++ b/.github/workflows/stage_online.yml @@ -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 @@ -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