Compare commits
5
Commits
81414b0c73
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7159af6a7a | ||
|
|
faf8da81e7 | ||
|
|
3dd8b72b34 | ||
|
|
c2f34151b6 | ||
|
|
19e6dcb0e1 |
@@ -7,7 +7,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
volumes:
|
||||
- /opt/gitea/data/runner/runner:/workspace
|
||||
- /workspace:/workspace
|
||||
- /opt/evcc3:/opt/evcc3
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
@@ -23,4 +24,9 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: create file in /opt/evcc3
|
||||
run: touch /opt/evcc3/dummy.txt
|
||||
- name: list files in /opt/evcc3
|
||||
run: |
|
||||
ls -al /opt/evcc3
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user