Skip to content

Commit

Permalink
Merge pull request #83 from nethesis/tancredi_master
Browse files Browse the repository at this point in the history
build.sh: build tancredi from master branch
  • Loading branch information
Stell0 authored Nov 24, 2023
2 parents 78100ab + f2bdce6 commit 1b9ae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b9ae3f

Please sign in to comment.