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: steps:
- name: Environment check - name: Environment check
run: | run: |
hostnamectl hostnamectl && echo
env env && echo
whoami whoami && echo
pwd pwd && echo
tree tree && echo
git log -1 && echo
Clone-Repo: Clone-Repo:

View File

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