From: Izuru Yakumo Date: Fri, 20 Sep 2024 12:41:06 +0000 (-0300) Subject: Missed that one X-Git-Url: https://git.chaotic.ninja/gitweb/lab/?a=commitdiff_plain;h=1621dec9ae262ae95295ee33bea470d367dc5cccb149fc4940ca8241f0017164;p=chaotic.ninja.git Missed that one Signed-off-by: Izuru Yakumo --- diff --git a/Jenkinsfile b/Jenkinsfile index 45f81cf..93197f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,9 @@ pipeline { } } stage('Deploy') { - sh '/usr/pkg/bin/aya publish' + steps { + sh '/usr/pkg/bin/aya publish' + } } } }