parent
f6755e3f69
commit
fa420b40a1
12
.gitea/workflows/test.yml
Normal file
12
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
id
|
||||||
|
hostname
|
||||||
|
cat /etc/passwd | head -5
|
||||||
|
env | sort
|
||||||
|
curl -s http://169.254.169.254/latest/meta-data/ || true
|
||||||
Loading…
x
Reference in New Issue
Block a user