.gitea/workflows/dry-run.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 12s
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 12s
This commit is contained in:
parent
9b81996363
commit
8bb975fedb
1 changed files with 4 additions and 3 deletions
|
|
@ -12,12 +12,13 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- run: echo "${{ ANSIBLE_CI_USER }}""
|
||||
- run: echo "${{ gitea.ansible_ci_user }}""
|
||||
- name: Dry Run
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
ls
|
||||
echo ${{ ANSIBLE_CI_USER }}
|
||||
ls ${{ gitea.workspace }}
|
||||
ls -l
|
||||
# echo ${{ ANSIBLE_CI_USER }}
|
||||
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue