From 6077ade5f1b50ce61ad7783b5a1e42d55e256392 Mon Sep 17 00:00:00 2001 From: ccaron Date: Fri, 24 May 2024 12:11:41 +0200 Subject: [PATCH] artifacts --- .github/workflows/stage_online.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stage_online.yml b/.github/workflows/stage_online.yml index 3a4f759ec..413ff3895 100644 --- a/.github/workflows/stage_online.yml +++ b/.github/workflows/stage_online.yml @@ -128,18 +128,18 @@ jobs: - name: Check if inventory present run: | - ls -la ${{ github.workspace }} + ls -la ${{ github.workspace }}/inventory ls -la ${{ github.workspace }}/test ls -la ${{ github.workspace }}/test/DO ls -la ${{ github.workspace }}/test/inventory/ ls -la ${{ github.workspace }}/test/DO/infra/ - cat ${{ github.workspace }}/test/hosts.ini + cat ${{ github.workspace }}/inventory/hosts.ini - name: Get key and hosts.ini run: | - cp ${{ github.workspace }}/test/hosts.ini inventory/hosts.ini - cp ${{ github.workspace }}/test/.key.private DO/infra/.key.private - cp ${{ github.workspace }}/test/.key.pub DO/infra/.key.pub + cp ${{ github.workspace }}/inventory/hosts.ini inventory/hosts.ini + cp ${{ github.workspace }}/inventory/.key.private DO/infra/.key.private + cp ${{ github.workspace }}/inventory/.key.pub DO/infra/.key.pub shell: bash - name: Set up Python