summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-11 23:22:22 +0200
committerKali Kaneko <kali@leap.se>2017-10-11 23:22:22 +0200
commit59f0e2b83d982ac1a83a29ef2ac4bf34a1862adf (patch)
treeefed4936347cffa0d5c83a732867e53a1b9bdd66
parent8c180223b21268d4fd0f75d0655fb5ca2fe27704 (diff)
[pkg] cannot pull when not in a branch
-rwxr-xr-xpkg/build_bundle_with_venv.sh2
1 files changed, 1 insertions, 1 deletions
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