'.drone.yml' ändern

master
Jonas Franz 8 years ago
parent 52f0dd9684
commit 7fb776870d
  1. 2
      .drone.yml

@ -15,5 +15,5 @@ pipeline:
image: alpine image: alpine
pull: true pull: true
commands: commands:
- apk add -u tree - apk --update add tree
- tree - tree
Loading…
Cancel
Save