blob: 98f93e95f08b67e299eeea4db958de6f78fac5fe [file] [log] [blame]
David Brownfd7af202020-08-13 16:51:58 -06001# For development, trigger this on any push.
2on: push
3
4# Eventually, we'll want to limit this to pull requests.
5# on: ???
6
7jobs:
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