This commit is contained in:
@@ -19,18 +19,12 @@ jobs:
|
|||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- 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 "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: ls ${{ gitea.workspace }}
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- run: echo $USER
|
- run: echo $USER
|
||||||
- run: echo $SHELL
|
- run: echo $SHELL
|
||||||
|
|
||||||
- run: cat start.yml
|
- run: cat start.yml
|
||||||
- name: Run Ansible Playbook
|
- run: ansible-playbook start.yml
|
||||||
run: |
|
|
||||||
eval $(ssh-agent -s)
|
|
||||||
ssh-add ~/.ssh/id_rsa || echo "Could not add default ssh key."
|
|
||||||
ansible-playbook start.yml
|
|
||||||
- run: echo $USER
|
- run: echo $USER
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user