From bdda49c9138b8c645fede26c4707462ccf8a2a70 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 18 Sep 2021 15:50:37 -0300 Subject: [PATCH] =?UTF-8?q?woodpecker:=20=C2=A1agregar=20packs=20nuevos!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 131ae9e..fd583ea 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,7 @@ pipeline: - git config user.name Woodpecker - git config user.email ci@nulo.in - git remote add nulo ssh://_gitea@nulo.in:420/Sutty/sutty-base-jekyll-theme.git - - git diff-index --quiet HEAD --ignore-submodules || ( git commit assets/js/ _data/assets.json -m "[skip ci] Recompilar JS" && git push -u nulo HEAD:${DRONE_BRANCH} ) + - git diff-index --quiet HEAD --ignore-submodules || ( git add assets/js/pack* && git commit assets/js/ _data/assets.json -m "[skip ci] Recompilar JS" && git push -u nulo HEAD:${DRONE_BRANCH} ) secrets: - git_base64_ssh_key when: