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 266460d commit 6077ade
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stage_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6077ade

Please sign in to comment.