Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use absolute path for python subprocess call
  • Loading branch information
athos-ribeiro committed Aug 6, 2018
1 parent 37d539d commit db97a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/files/check_new_uploads
Expand Up @@ -30,7 +30,7 @@ def parse_message(msg):


def trigger_build(pkg):
subprocess.run(['trigger_clang_build', pkg['name']])
subprocess.run(['/usr/local/bin/trigger_clang_build', pkg['name']])


subprocess.run(['apt', 'update'])
Expand Down

0 comments on commit db97a2c

Please sign in to comment.