From 8baceebff3403e92d5a2fd2bc5d6baf2922214fc Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 28 Sep 2021 18:29:38 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20poner=20un=20git=20status=20para=20entend?= =?UTF-8?q?er=20porqu=C3=A9=20falla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 02f446c..04be48f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,6 +13,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 status - 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