mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
New CheckLib code causes . dependency to prevent gitPush from running. Not sure why
This commit is contained in:
parent
4bcce9cea6
commit
0f937ba9c9
@ -227,5 +227,5 @@ env.AlwaysBuild( "checkSource" )
|
||||
def gitPush( env, target, source ):
|
||||
import subprocess
|
||||
return subprocess.call( [ "git", "push" ] )
|
||||
env.Alias( "push", [ ".", "smoke", "checkSource" ], gitPush )
|
||||
env.Alias( "push", [ "smoke", "checkSource" ], gitPush )
|
||||
env.AlwaysBuild( "push" )
|
||||
|
Loading…
Reference in New Issue
Block a user