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