From 59f0e2b83d982ac1a83a29ef2ac4bf34a1862adf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 11 Oct 2017 23:22:22 +0200 Subject: [pkg] cannot pull when not in a branch --- pkg/build_bundle_with_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 5e6f270e..d284f3f0 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -55,5 +55,5 @@ $VIRTUAL_ENV/bin/pip install `ls -tr dist/*.whl | tail -n 1` $VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled" # Get latest tags from repo -git pull --tags +git fetch --tags make bundle_linux -- cgit v1.2.3