Skip to content

Commit

Permalink
Added mt and branch paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Florez committed Sep 13, 2016
1 parent 31e6374 commit 302e181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hookshub/hooks/gitlab/merge_request_lektor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def arguments():
token = payload['token']
port = payload['port']

branch_path = '{0}/branch/{1}'.format(lektor_path, source_branch)
mr_path = '{}/PR/'.format(lektor_path)

with TempDir() as tmp:
tmp_dir = tmp.dir
output += ('Creat Directori temporal: {} |'.format(tmp_dir))
Expand Down

0 comments on commit 302e181

Please sign in to comment.