From f2bdce6556739e9148b4030874074f51e120894d Mon Sep 17 00:00:00 2001 From: Matteo Valentini Date: Thu, 16 Nov 2023 16:49:21 +0100 Subject: [PATCH] build.sh: build tancredi from master branch --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 679af795e..158be705d 100644 --- a/build-images.sh +++ b/build-images.sh @@ -85,7 +85,7 @@ echo -e '\n: ${TANCREDIPORT:=80}\nexport TANCREDIPORT\n: ${TANCREDI_SSL_PORT:=44 # Install Tancredi files mkdir /usr/share/tancredi/ -BRANCH=proxy +BRANCH=master curl -L https://github.com/nethesis/tancredi/archive/refs/heads/${BRANCH}.tar.gz -o - | tar xzp --strip-component=1 -C /usr/share/tancredi/ tancredi-${BRANCH}/data/ tancredi-${BRANCH}/public/ tancredi-${BRANCH}/scripts/ tancredi-${BRANCH}/src/ tancredi-${BRANCH}/composer.json tancredi-${BRANCH}/composer.lock BRANCH=master