We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36dd14 commit 7bdfc6fCopy full SHA for 7bdfc6f
Makefile
@@ -3,7 +3,7 @@
3
SYSTEM_PYTHON=$(shell which python3)
4
PLATFORM=$(shell printf '%s_%s' "$$(uname -s | tr '[:upper:]' '[:lower:]')" "$$(uname -m)")
5
VERSION=$(shell git describe --tags)
6
-PUSH_TO=$(shell git remote -v | grep -m1 -E 'github.com:|/mongodb/snooty-parser.git' | cut -f 1)
+PUSH_TO=$(shell git remote -v | grep -m1 -E 'github.com(:|/)mongodb/snooty-parser.git' | cut -f 1)
7
PACKAGE_NAME=snooty-${VERSION}-${PLATFORM}.zip
8
export SOURCE_DATE_EPOCH = $(shell date +%s)
9
0 commit comments