From 6c69e1da93bba0eb522445a00d8314341ac65fe4 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sat, 18 Apr 2020 21:10:28 -0700 Subject: [PATCH] exclamation --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3bc70dc..4d8efa1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,17 +6,17 @@ steps: - name: en image: alpine commands: - - echo hello world + - echo "hello world!" - name: fr image: alpine commands: - - echo bonjour monde + - echo "bonjour monde!" - name: sp image: alpine commands: - - echo hola mundo + - echo "hola mundo!" - name: notify image: plugins/slack