From 1621dec9ae262ae95295ee33bea470d367dc5cccb149fc4940ca8241f0017164 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Fri, 20 Sep 2024 09:41:06 -0300 Subject: [PATCH] Missed that one Signed-off-by: Izuru Yakumo --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' + } } } } -- 2.45.2