Skip to content

Commit

Permalink
allow https in pics
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 1, 2012
1 parent 8776eeb commit b0ed303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fi
if [ ! -z "$GERRIT_CHANGES" ]
then
export CM_SNAPSHOT=true
IS_HTTP=$(echo $GERRIT_CHANGES | grep http:)
IS_HTTP=$(echo $GERRIT_CHANGES | grep http)
if [ -z "$IS_HTTP" ]
then
python $WORKSPACE/hudson/repopick.py $GERRIT_CHANGES
Expand Down

0 comments on commit b0ed303

Please sign in to comment.