Skip to content

Commit

Permalink
temporarily force usage of the v1.0.17-beta release of Themis
Browse files Browse the repository at this point in the history
  • Loading branch information
spatten committed Sep 9, 2024
1 parent 5b02cca commit aeb5b56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ esac

echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'"

echo "Downloading themis binary from latest release"
# TODO: Do not merge with this tag forced on
echo "Downloading themis binary from v1.0.17-beta release"
THEMIS_RELEASE_JSON=vendor-bins/themis-release.json
curl -sSL \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3.raw" \
https://api.github.com/repos/fossas/themis/releases/latest > $THEMIS_RELEASE_JSON
https://api.github.com/repos/fossas/themis/releases/174193232 > $THEMIS_RELEASE_JSON

THEMIS_TAG=$(jq -cr ".name" $THEMIS_RELEASE_JSON)
echo "Using themis release: $THEMIS_TAG"
Expand Down

0 comments on commit aeb5b56

Please sign in to comment.