Skip to content

Commit

Permalink
Hack part 2: only run patches if JENKINS_HOME is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed May 24, 2013
1 parent 644c4b3 commit 8dfbf0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vendorsetup.sh
@@ -1,2 +1,5 @@
# Run device patches on the tree. I'm lazy and this is easy for nightly builds.
sh device/huawei/u8815/patches/apply.sh
if [ ! -z "$JENKINS_HOME" ]
then
# If we're Jenkins, run device patches on the tree. I'm lazy and this is easy for nightly builds.
sh device/huawei/u8815/patches/apply.sh
fi

0 comments on commit 8dfbf0a

Please sign in to comment.