Skip to content
Snippets Groups Projects
Commit 8a1c3579 authored by Pavel Vondruška's avatar Pavel Vondruška
Browse files

Uprava make.sh aby spravne zjistoval verze kvuli nejake zmene na githubu

parent fcb1dd58
No related branches found
No related tags found
No related merge requests found
Pipeline #1633 failed
......@@ -37,7 +37,7 @@ apt update -qqq
apt install -yqqq build-essential dpkg-dev debhelper build-essential libssl-dev uuid-dev libseccomp-dev pkg-config squashfs-tools cryptsetup wget curl git devscripts dh-golang
# Automaticka detekce posledni releasnute verze
SINVERSION=${SINVERSION:-$(curl -s https://github.com/sylabs/singularity/releases/latest | grep -Po "\/v\K[^\"]+")}
SINVERSION=${SINVERSION:-$(curl -L -s https://github.com/sylabs/singularity/releases/latest | grep -Po "\/v\K[^\"]+" | head -1 | grep -Po "\d+\.\d+\.\d+"}
GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text)}
# Priprava adresare pro hotove balicky a zapamatovani cesty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment