CI: Add a dumb ci configuration just to setup the CI

This commit is contained in:
Sameer Rahmani 2023-02-03 17:44:47 +00:00
parent f61005cc8e
commit 4cf4b043f3
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 7 additions and 0 deletions

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
Prepare:
image: alpine
commands:
- whoami
- pwd
- echo $HOME