diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 21:18:55 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 21:18:55 +0100 |
commit | f0b216f6133206f494993bac80fd42c0147d72c0 (patch) | |
tree | 47b274d230a1c60647b0914a5c140dd72cc35f2c | |
parent | e33d13993d97d8e1915123371ce7346627c256a2 (diff) | |
download | guide.deuxfleurs.fr-f0b216f6133206f494993bac80fd42c0147d72c0.tar.gz guide.deuxfleurs.fr-f0b216f6133206f494993bac80fd42c0147d72c0.zip |
fix alpine command
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ steps: image: alpine:3.17.2 commands: - apk update - - apk install zola + - apk add zola - zola build - name: upload |