container test
This commit is contained in:
@@ -29,3 +29,6 @@ jobs:
|
|||||||
- /data:/data
|
- /data:/data
|
||||||
options:
|
options:
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
|
steps:
|
||||||
|
- name: Check for dockerenv file
|
||||||
|
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
|
||||||
|
|||||||
Reference in New Issue
Block a user