Skip to content

Commit

Permalink
The error message is never shown. Delete it.
Browse files Browse the repository at this point in the history
  • Loading branch information
TitiTestScalingo committed Jun 3, 2016
1 parent ee788c8 commit 3eeafba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/compile
Expand Up @@ -131,10 +131,6 @@ export_env_dir "$3"
mkdir -p $BUILD_DIR/bin
export PATH="$BUILD_DIR/bin:$PATH"
curl --fail "${SWIFT_URL}/jq/jq" -L -s -o - > "$BUILD_DIR/bin/jq"
if [[ $? -ne 0 ]]; then
echo "jq is not available on your Swift bucket" >&2
exit -1
fi
chmod +x "$BUILD_DIR/bin/jq"

DEFAULT_PHP="5.6.8"
Expand Down

0 comments on commit 3eeafba

Please sign in to comment.