Compare commits

...

2 commits

Author SHA1 Message Date
Ewen 7b7a4f32e9 Merge branch 'master' of https://git.fedi.bzh/ewen/blog 2022-11-29 13:10:52 +01:00
Ewen 531475254d test ci 2022-11-29 13:10:12 +01:00

View file

@ -8,13 +8,13 @@ pipeline:
- image: klakegg/hugo:0.105.0-alpine-ci
- commands:
- "hugo"
test:
- image: alpine/git
- commands:
- ls
- pwd
# test:
# - image: alpine/git
# - commands:
# - ls
# - pwd
#
#
#steps: