'.drone.yml' ändern

master
Jonas Franz 7 years ago
parent 26a926c062
commit eae94b62b9
  1. 2
      .drone.yml

@ -16,7 +16,7 @@ pipeline:
image: alpine
pull: true
commands:
- apk --update add tree
- apk --update add tree git
- tree
- git config user.name Jonas
- git config user.email "info@jonasfranz.de"

Loading…
Cancel
Save