Update .woodpecker

This commit is contained in:
HackerNCoder 2024-01-24 03:07:05 +01:00
parent f60e54dc90
commit f3f520f140
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ for file in ./translations-*.po; do
continue
fi
if (( $(date -d $(awk '/PO-Revision-Date/{ sub(/\+.*/,""); print $2"T"$3}' ${file}) +%s) < $CI_PREV_BUILD_STARTED )); then
if (( $(date -d $(awk '/PO-Revision-Date/{ sub(/\+.*/,""); print $2"T"$3}' ${file}) +%s) < $CI_PREV_PIPELINE_STARTED )); then
echo -e "\x1B[36mSKIPPING ${file#\.\/} since it hasn't been changed since last CI\x1B[0m"
continue
fi
@ -37,7 +37,7 @@ if (( ${#filesToDo[@]} > 0 )); then
echo
git clone https://lab.encryptionin.space/Queerscriptors/rttk-queerscriptors.git
git clone https://lab.encryptionin.space/Queerscriptors/renpy.git
git clone -b game ${CI_REPO_REMOTE} ./game-source
git clone -b game ${CI_REPO_CLONE_URL} ./game-source
echo
echo -e "\x1B[36m--------------------"
echo "| BUILDING |"

View file

@ -1,4 +1,4 @@
pipeline:
steps:
build:
image: debian
commands: