David Brown | fd7af20 | 2020-08-13 16:51:58 -0600 | [diff] [blame] | 1 | # For development, trigger this on any push. |
2 | on: push | ||||
3 | |||||
4 | # Eventually, we'll want to limit this to pull requests. | ||||
5 | # on: ??? | ||||
6 | |||||
7 | jobs: | ||||
8 | builder: | ||||
9 | runs-on: ubuntu-latest | ||||
10 | container: | ||||
11 | image: d3zd3z/zephyr-build:20200813a | ||||
12 | env: | ||||
13 | HOME: /root | ||||
14 | |||||
15 | steps: | ||||
16 | - name: Stuff | ||||
17 | run: | | ||||
18 | mount | ||||
19 | env | ||||
20 | pwd | ||||
21 | id | ||||
22 | ls /root/work | ||||
23 | HOME=/root | ||||
24 | /entrypoint.sh | ||||
25 | # /entrypoint.sh |