cb88b306ab
- Quote dynamic command names - Use "python pip" instead of "pip" when in virtualenv (pip can't handle paths with spaces inside of a virtualenv, may be fixed in pip 10).
4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
# this is here because teamcity runs /build.sh to build the project
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
"$DIR/build/build.sh"
|