Add tree #15

Merged
chris merged 11 commits from testing into release 2024-12-21 23:38:20 -05:00
2 changed files with 18 additions and 14 deletions
Showing only changes of commit 4091513585 - Show all commits

View File

@ -26,11 +26,12 @@ jobs:
steps:
- name: Environment check
run: |
hostnamectl
env
whoami
pwd
tree
hostnamectl && echo
env && echo
whoami && echo
pwd && echo
tree && echo
git log -1 && echo
Clone-Repo:

View File

@ -26,11 +26,12 @@ jobs:
steps:
- name: Environment check
run: |
hostnamectl
env
whoami
pwd
tree
hostnamectl && echo
env && echo
whoami && echo
pwd && echo
tree && echo
git log -1 && echo
Clone-Repo:
@ -41,10 +42,12 @@ jobs:
steps:
- name: Clone repository
run: |
git clone https://gitea.thezengarden.net/podman/ansible-dev.git
cd ansible-dev
git checkout ${{ env.GITHUB_REF_NAME }}
uses: actions/checkout@v3
# - name: Clone repository
# run: |
# git clone https://gitea.thezengarden.net/podman/ansible-dev.git
# cd ansible-dev
# git checkout ${{ env.GITHUB_REF_NAME }}
Build-Images: