From 0b3647cf4500bbdf7fa9b8c543867ce8e053afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Wed, 22 Jan 2025 20:55:36 +0100 Subject: [PATCH] Build MOTIS v2.0.13 --- .woodpecker/motis-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/motis-release.yml b/.woodpecker/motis-release.yml index e0a522f9..1a80404c 100644 --- a/.woodpecker/motis-release.yml +++ b/.woodpecker/motis-release.yml @@ -9,7 +9,7 @@ steps: image: docker.io/alpine commands: - export GITHUB_ACTIONS=1 - - export MOTIS_TAG=v2.0.12 + - export MOTIS_TAG=v2.0.13 - apk add musl-dev cmake ninja gcc g++ git npm linux-headers - git clone https://github.com/motis-project/motis -b $MOTIS_TAG motis-src - mkdir -p motis-src/build