Merge pull request #49 from dod-ccpo/bugfix

Fix bash syntax
This commit is contained in:
briandds 2018-07-03 10:12:46 -04:00 committed by GitHub
commit 50e6136bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ PIP_CMD="${CMD_PREFIX}pip"
WEBASSETS_CMD="${CMD_PREFIX}webassets"
PIPENV_INSTALL_FLAGS='--dev'
if ${CIBUILD}; then
if [ -n "${CIBUILD}" ]; then
PIPENV_INSTALL_FLAGS+=' --system --ignore-pipfile'
fi