Last try
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2024-08-25 21:43:52 -03:00
parent 9078bb8aa1
commit 32894af0af
2 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
steps:
changelog:
image: debian
@@ -20,7 +26,6 @@ steps:
commands:
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json
when:
- event: cron
@@ -80,4 +85,4 @@ matrix:
RenpyVersion:
- "8.2.3"
RenkitVersion:
- "4.4.0"
- "4.3.0"