diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-11 23:22:22 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-11 23:22:22 +0200 |
commit | 59f0e2b83d982ac1a83a29ef2ac4bf34a1862adf (patch) | |
tree | efed4936347cffa0d5c83a732867e53a1b9bdd66 /pkg/build_bundle_with_venv.sh | |
parent | 8c180223b21268d4fd0f75d0655fb5ca2fe27704 (diff) |
[pkg] cannot pull when not in a branch
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 2 |
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 |