Remove a useless echo

This commit is contained in:
rinpatch 2019-06-21 06:37:38 +03:00
parent 16e9304cec
commit e824025c52
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ export FLAVOUR="arm64-musl"
# Clone the release build into a temporary directory and unpack it
su pleroma -s $SHELL -lc "
echo '$FLAVOUR'
curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/master/download?job=$FLAVOUR' -o /tmp/pleroma.zip
unzip /tmp/pleroma.zip -d /tmp/
"