Fix build command
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-14 17:09:55 +01:00
parent 1ee5d5625c
commit ce9478aed8

View File

@ -19,7 +19,7 @@
name: 'Hello bash!', name: 'Hello bash!',
image: 'bash:latest', image: 'bash:latest',
commands: [ commands: [
'Hello from Pipeline VM', 'echo Hello from DigitalOcean VM',
], ],
}, },
{ {