.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
rulrich 2024-03-09 20:35:07 +01:00
parent 4d9ec6ac5a
commit 79f3c09510

View file

@ -12,17 +12,16 @@ 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"
- name: copy var to file
run: echo "$ANSIBLE_CI_USER" > /tmp/.pw
- name: print file
run: cat /tmp/.pw
- name: Dry Run
run: |
echo "$ANSIBLE_CI_USER"
#echo "$ANSIBLE_CI_USER" > /tmp/.pw
#cat /tmp/.pw
#cd ${{ gitea.workspace }}
ls ${{ gitea.workspace }}
#ls ${{ gitea.workspace }}
#ls -l
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check
env:
ANSIBLE_CI_USER: ${{secrets.ANSIBLE_CI_USER}}
- run: echo "🍏 This job's status is ${{ job.status }}."