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 continue
fi 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" echo -e "\x1B[36mSKIPPING ${file#\.\/} since it hasn't been changed since last CI\x1B[0m"
continue continue
fi fi
@ -37,7 +37,7 @@ if (( ${#filesToDo[@]} > 0 )); then
echo echo
git clone https://lab.encryptionin.space/Queerscriptors/rttk-queerscriptors.git git clone https://lab.encryptionin.space/Queerscriptors/rttk-queerscriptors.git
git clone https://lab.encryptionin.space/Queerscriptors/renpy.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
echo -e "\x1B[36m--------------------" echo -e "\x1B[36m--------------------"
echo "| BUILDING |" echo "| BUILDING |"

View file

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