fix path
Some checks failed
Build LaTeX packages / build (push) Failing after 36s

This commit is contained in:
Maximilian Keßler 2023-10-19 02:21:55 +02:00
parent 823c5097ce
commit 8798571831
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,7 +1,7 @@
# ! /bin/sh
set -e
cd build/LatexPackagesBuild
cd build/packages
REMOTE_BRANCH=$(git branch -a | sed -n '/remotes\/origin\/.*-build/p' | sed 's/remotes\/origin\///g' | sed 's/-build//g' | sed 's/[[:space:]]//g' | sed -n "/^${REF_NAME}$/p")