This commit is contained in:
parent
77dc52183e
commit
52b3a1c451
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/hello.yml
Normal file
14
.forgejo/workflows/hello.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Hello
|
||||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Salutations
|
||||
run: echo "Hello depuis le homelab Saxtown"
|
||||
- name: Infos systeme
|
||||
run: |
|
||||
uname -a
|
||||
cat /etc/os-release
|
||||
- name: Docker dispo ?
|
||||
run: docker --version || echo "pas de docker dans ce job"
|
||||
Loading…
Add table
Reference in a new issue