Skip to content

Commit

Permalink
Remove missed git merge junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikrz authored Nov 11, 2024
1 parent 3063497 commit dd75cfe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
TAG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
OUT_VERSION=$(echo $TAG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
echo $TAG_VERSION
=======
ORIG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
OUT_VERSION=$(echo $ORIG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
echo $ORIG_VERSION
>>>>>>> Stashed changes

# Disable FIPS module in go-boring
export GOEXPERIMENT=noboringcrypto
Expand Down

0 comments on commit dd75cfe

Please sign in to comment.