This commit is contained in:
12
.gitea/workflows/build.yaml
Normal file
12
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: test
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
container-job:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
container:
|
||||||
|
image: busybox
|
||||||
|
options: --cpus 1
|
||||||
|
steps:
|
||||||
|
- name: Check
|
||||||
|
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
|
Reference in New Issue
Block a user