Skip to content
Snippets Groups Projects
Commit 8c4e45dd authored by Craig Kerstiens's avatar Craig Kerstiens
Browse files

adding flexibility on detecting for release vars

parent 9ee4f11e
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ config_vars: ...@@ -13,7 +13,7 @@ config_vars:
EOF EOF
if grep -Fxq "pylibmc" $BUILD_DIR/requirements.txt if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
then then
cat <<EOF cat <<EOF
LIBRARY_PATH: .heroku/vendor/lib LIBRARY_PATH: .heroku/vendor/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment