Skip to content
Snippets Groups Projects
Commit 33f002a2 authored by George Nachman's avatar George Nachman Committed by George Nachman
Browse files

Uncomment line in continuous build script

parent 3841e74a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,7 +3,7 @@
set -x
cd ~/continuous/iTerm2/
echo Check for updates...
#git pull origin master | grep "Already up-to-date." && exit
git pull origin master | grep "Already up-to-date." && exit
echo Check for build failure...
(make Nightly > /tmp/continuous.out 2>&1) && exit
echo "Build failed; send mail."
Loading
Loading
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