Skip to content

Commit dd75cfe

Browse files
authored
Remove missed git merge junk
1 parent 3063497 commit dd75cfe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-packages.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
TAG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
44
OUT_VERSION=$(echo $TAG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
55
echo $TAG_VERSION
6-
=======
7-
ORIG_VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
8-
OUT_VERSION=$(echo $ORIG_VERSION | sed -E 's/([0-9]{4}\.[0-9]{1,2}\.[0-9]+-[0-9]+).*/\1/')
9-
echo $ORIG_VERSION
10-
>>>>>>> Stashed changes
116

127
# Disable FIPS module in go-boring
138
export GOEXPERIMENT=noboringcrypto

0 commit comments

Comments
 (0)