Trying different way of cloning; updates to cmds
Some checks failed
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 1s
Docker Build Pipeline / Check-Environment (push) Failing after 1s
Docker Build Pipeline / Clone-Repo (push) Failing after 2s
Docker Build Pipeline / Build-Images (push) Failing after 0s
Docker Build Pipeline / Push-Images (push) Failing after 1s
Docker Build Pipeline / Cleanup-Build-Images (push) Failing after 1s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s
Some checks failed
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 1s
Docker Build Pipeline / Check-Environment (push) Failing after 1s
Docker Build Pipeline / Clone-Repo (push) Failing after 2s
Docker Build Pipeline / Build-Images (push) Failing after 0s
Docker Build Pipeline / Push-Images (push) Failing after 1s
Docker Build Pipeline / Cleanup-Build-Images (push) Failing after 1s
Docker Build Pipeline / Cleanup-Docker-Login (push) Successful in 0s
This commit is contained in:
parent
13b84df2fd
commit
4091513585
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user